Html Css Color HEX #F5C035 Saffron

📋 copy color: '#F5C035'

red 245 ◦ green 192 ◦ blue 53

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

Shades of Saffron #F5C035

Tints of Saffron #F5C035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.82%

R = 50%
G = 39.18%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F5C035 (or 0xF5C035) is known color: Saffron. HEX triplet: F5, C0 and 35. RGB value is (245,192,53). Sum of RGB (Red+Green+Blue) = 245+192+53=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C035 is #0A3FCA. Grayscale: #C0C0C0. Windows color (decimal): -671691 or 3522805. OLE color: 3522805.

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

Color convert

RGB 245 192 53 -
CMYK 0 0.22 0.78 0.04
HSL 43.44º 0.91% 0.58% -
HSV(B) 43.44º 0.78% 0.96% -
XYZ 57.15 57.37 11.43 -
YUV 192 49.56 165.8 -
System Red Green Blue C M Y K H S L
Decimal 245 192 53 0 0.22 0.78 0.04 43.44 0.91 0.58
Hex F5 C0 35 0 16 4E 4 2B 5B 3A
Octal 365 300 65 0 26 116 4 53 133 72
Binary 11110101 11000000 110101 0 10110 1001110 100 101011 1011011 111010

Color Harmonies of #F5C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C035

Black with #F5C035

Text Example


Text Example

White with #F5C035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C035; }

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

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

background-color css

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

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

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

border-color css

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

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

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