Html Css Color HEX #F5CB31 Saffron

📋 copy color: '#F5CB31'

red 245 ◦ green 203 ◦ blue 49

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

Shades of Saffron #F5CB31

Tints of Saffron #F5CB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.86%

R = 49.3%
G = 40.85%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#F5CB31 (or 0xF5CB31) is known color: Saffron. HEX triplet: F5, CB and 31. RGB value is (245,203,49). Sum of RGB (Red+Green+Blue) = 245+203+49=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CB31 is #0A34CE. Grayscale: #C6C6C6. Windows color (decimal): -668879 or 3263477. OLE color: 3263477.

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

Color convert

RGB 245 203 49 -
CMYK 0 0.17 0.8 0.04
HSL 47.14º 0.91% 0.58% -
HSV(B) 47.14º 0.8% 0.96% -
XYZ 59.57 62.35 11.8 -
YUV 198 43.91 161.52 -
System Red Green Blue C M Y K H S L
Decimal 245 203 49 0 0.17 0.8 0.04 47.14 0.91 0.58
Hex F5 CB 31 0 11 50 4 2F 5B 3A
Octal 365 313 61 0 21 120 4 57 133 72
Binary 11110101 11001011 110001 0 10001 1010000 100 101111 1011011 111010

Color Harmonies of #F5CB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CB31

Black with #F5CB31

Text Example


Text Example

White with #F5CB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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