#F5B55F

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

Shades of Rajah #F5B55F

Tints of Rajah #F5B55F

Color information

#F5B55F (or 0xF5B55F) is unknown color: approx Rajah. HEX triplet: F5, B5 and 5F. RGB value is (245,181,95). Sum of RGB (Red+Green+Blue) = 245+181+95=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B55F is #0A4AA0. Grayscale: #BEBEBE. Windows color (decimal): -674465 or 6272501. OLE color: 6272501.

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

Color convert

RGB24518195-
CMYK00.260.610.04
HSL34.4º88.24%66.67%-
HSV(B)34.4º61.22%96.08%-
XYZ56.2553.2918.15-
YUV190.3374.2166.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 181 (71.09% from 255) = 34.74%
BLUE value IS 95 (37.5% from 255) = 18.23%
R=47.02%
G=34.74%
B=18.23%

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
Decimal2451819500.260.610.0434.488.2466.67
HexF5B55F01A3D4225843
Octal36526513703275442130103
Binary1111010110110101101111101101011110110010001010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B55F; }

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

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

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

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

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

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

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

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