Html Css Color HEX #F5C033 Saffron

📋 copy color: '#F5C033'

red 245 ◦ green 192 ◦ blue 51

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

Shades of Saffron #F5C033

Tints of Saffron #F5C033

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.34%

 BLUE value IS 51 (20.31% from 255) = 10.45%

R = 50.2%
G = 39.34%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F5C033 (or 0xF5C033) is known color: Saffron. HEX triplet: F5, C0 and 33. RGB value is (245,192,51). Sum of RGB (Red+Green+Blue) = 245+192+51=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 51 (20.31% from 255 or 10.45% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C033 is #0A3FCC. Grayscale: #C0C0C0. Windows color (decimal): -671693 or 3391733. OLE color: 3391733.

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

Color convert

RGB 245 192 51 -
CMYK 0 0.22 0.79 0.04
HSL 43.61º 0.91% 0.58% -
HSV(B) 43.61º 0.79% 0.96% -
XYZ 57.1 57.35 11.19 -
YUV 191.77 48.56 165.96 -
System Red Green Blue C M Y K H S L
Decimal 245 192 51 0 0.22 0.79 0.04 43.61 0.91 0.58
Hex F5 C0 33 0 16 4F 4 2C 5B 3A
Octal 365 300 63 0 26 117 4 54 133 72
Binary 11110101 11000000 110011 0 10110 1001111 100 101100 1011011 111010

Color Harmonies of #F5C033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C033

Black with #F5C033

Text Example


Text Example

White with #F5C033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C033; }

 p { color: rgb(245,192,51); }

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

background-color css

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

 a { background-color: rgb(245,192,51); }

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

border-color css

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

 span { border-color: rgb(245,192,51); }

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