Html Css Color HEX #F5CB37 Saffron

📋 copy color: '#F5CB37'

red 245 ◦ green 203 ◦ blue 55

#F5CB37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saffron #F5CB37

Tints of Saffron #F5CB37

RGB

 RED value IS 245 (96.09% from 255) = 48.71%

 GREEN value IS 203 (79.69% from 255) = 40.36%

 BLUE value IS 55 (21.88% from 255) = 10.93%

R = 48.71%
G = 40.36%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F5CB37 (or 0xF5CB37) is known color: Saffron. HEX triplet: F5, CB and 37. RGB value is (245,203,55). Sum of RGB (Red+Green+Blue) = 245+203+55=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 55 (21.88% from 255 or 10.93% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CB37 is #0A34C8. Grayscale: #C7C7C7. Windows color (decimal): -668873 or 3656693. OLE color: 3656693.

HSL color Cylindrical-coordinate representation of color #F5CB37: hue angle of 46.74º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5CB37 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 203 55 -
CMYK 0 0.17 0.78 0.04
HSL 46.74º 0.9% 0.59% -
HSV(B) 46.74º 0.78% 0.96% -
XYZ 59.7 62.4 12.51 -
YUV 198.69 46.91 161.03 -
System Red Green Blue C M Y K H S L
Decimal 245 203 55 0 0.17 0.78 0.04 46.74 0.9 0.59
Hex F5 CB 37 0 11 4E 4 2F 5A 3B
Octal 365 313 67 0 21 116 4 57 132 73
Binary 11110101 11001011 110111 0 10001 1001110 100 101111 1011010 111011

Color Harmonies of #F5CB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CB37

Black with #F5CB37

Text Example


Text Example

White with #F5CB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CB37; }

 p { color: rgb(245,203,55); }

 H1.HeaderClassName
 {
   color: #F5CB37;
 }
 .AnyTagClassName
 {
   color: #F5CB37;
 }
</style>

background-color css

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

 a { background-color: rgb(245,203,55); }

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

border-color css

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

 span { border-color: rgb(245,203,55); }

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