#F4B55F

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

Shades of Rajah #F4B55F

Tints of Rajah #F4B55F

Color information

#F4B55F (or 0xF4B55F) is unknown color: approx Rajah. HEX triplet: F4, B5 and 5F. RGB value is (244,181,95). Sum of RGB (Red+Green+Blue) = 244+181+95=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B55F is #0B4AA0. Grayscale: #BEBEBE. Windows color (decimal): -740001 or 6272500. OLE color: 6272500.

HSL color Cylindrical-coordinate representation of color #F4B55F: hue angle of 34.63º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4B55F is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24418195-
CMYK00.260.610.04
HSL34.63º87.13%66.47%-
HSV(B)34.63º61.07%95.69%-
XYZ55.953.1118.13-
YUV190.0374.37166.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.92%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 95 (37.5% from 255) = 18.27%
R=46.92%
G=34.81%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441819500.260.610.0434.6387.1366.47
HexF4B55F01A3D4235742
Octal36426513703275443127102
Binary1111010010110101101111101101011110110010001110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B55F; }

 p { color: rgb(244,181,95); }

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

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

 a { background-color: rgb(244,181,95); }

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

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

 span { border-color: rgb(244,181,95); }

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