#F4B16B

Color #F4B16B Rajah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rajah #F4B16B

Tints of Rajah #F4B16B

Color information

#F4B16B (or 0xF4B16B) is unknown color: approx Rajah. HEX triplet: F4, B1 and 6B. RGB value is (244,177,107). Sum of RGB (Red+Green+Blue) = 244+177+107=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4B16B is #0B4E94. Grayscale: #BDBDBD. Windows color (decimal): -741013 or 7057908. OLE color: 7057908.

HSL color Cylindrical-coordinate representation of color #F4B16B: hue angle of 30.66º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4B16B is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB244177107-
CMYK00.270.560.04
HSL30.66º86.16%68.82%-
HSV(B)30.66º56.15%95.69%-
XYZ55.6851.7420.96-
YUV189.0581.7167.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 46.21%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 107 (42.19% from 255) = 20.27%
R=46.21%
G=33.52%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417710700.270.560.0430.6686.1668.82
HexF4B16B01B3841f5645
Octal36426115303370437126105
Binary111101001011000111010110110111110001001111110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B16B; }

 p { color: rgb(244,177,107); }

 H1.HeaderClassName
 {
   color: #F4B16B;
 }
 .AnyTagClassName
 {
   color: #F4B16B;
 }
</style>
background-color css

<style>
 a { background-color: #F4B16B; }

 a { background-color: rgb(244,177,107); }

 div.DivClassName
 {
   background-color: #F4B16B;
 }
 .BgClassName
 {
   background-color: #F4B16B;
 }
</style>
border-color css

<style>
 span { border-color: #F4B16B; }

 span { border-color: rgb(244,177,107); }

 td.TdClassName
 {
   border-color: #F4B16B;
 }
 .TagClassName
 {
   border-color: #F4B16B;
 }
</style>