Html Css Color HEX #F5CB38 Saffron

📋 copy color: '#F5CB38'

red 245 ◦ green 203 ◦ blue 56

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

Shades of Saffron #F5CB38

Tints of Saffron #F5CB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.11%

R = 48.61%
G = 40.28%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F5CB38 (or 0xF5CB38) is known color: Saffron. HEX triplet: F5, CB and 38. RGB value is (245,203,56). Sum of RGB (Red+Green+Blue) = 245+203+56=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 56 (22.27% from 255 or 11.11% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CB38 is #0A34C7. Grayscale: #C7C7C7. Windows color (decimal): -668872 or 3722229. OLE color: 3722229.

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

Color convert

RGB 245 203 56 -
CMYK 0 0.17 0.77 0.04
HSL 46.67º 0.9% 0.59% -
HSV(B) 46.67º 0.77% 0.96% -
XYZ 59.73 62.41 12.64 -
YUV 198.8 47.41 160.95 -
System Red Green Blue C M Y K H S L
Decimal 245 203 56 0 0.17 0.77 0.04 46.67 0.9 0.59
Hex F5 CB 38 0 11 4D 4 2F 5A 3B
Octal 365 313 70 0 21 115 4 57 132 73
Binary 11110101 11001011 111000 0 10001 1001101 100 101111 1011010 111011

Color Harmonies of #F5CB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CB38

Black with #F5CB38

Text Example


Text Example

White with #F5CB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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