#F4B261

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

Shades of Rajah #F4B261

Tints of Rajah #F4B261

Color information

#F4B261 (or 0xF4B261) is unknown color: approx Rajah. HEX triplet: F4, B2 and 61. RGB value is (244,178,97). Sum of RGB (Red+Green+Blue) = 244+178+97=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4B261 is #0B4D9E. Grayscale: #BCBCBC. Windows color (decimal): -740767 or 6402804. OLE color: 6402804.

HSL color Cylindrical-coordinate representation of color #F4B261: hue angle of 33.06º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F4B261 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB24417897-
CMYK00.270.600.04
HSL33.06º86.98%66.86%-
HSV(B)33.06º60.25%95.69%-
XYZ55.3951.9418.41-
YUV188.576.37167.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.01%
GREEN value IS 178 (69.92% from 255) = 34.30%
BLUE value IS 97 (38.28% from 255) = 18.69%
R=47.01%
G=34.30%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441789700.270.600.0433.0686.9866.86
HexF4B26101B3C4215743
Octal36426214103374441127103
Binary1111010010110010110000101101111110010010000110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B261; }

 p { color: rgb(244,178,97); }

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

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

 a { background-color: rgb(244,178,97); }

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

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

 span { border-color: rgb(244,178,97); }

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