Html Css Color HEX #F5C433 Saffron

📋 copy color: '#F5C433'

red 245 ◦ green 196 ◦ blue 51

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

Shades of Saffron #F5C433

Tints of Saffron #F5C433

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.84%

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

R = 49.8%
G = 39.84%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F5C433 (or 0xF5C433) is known color: Saffron. HEX triplet: F5, C4 and 33. RGB value is (245,196,51). Sum of RGB (Red+Green+Blue) = 245+196+51=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C433 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C433 is #0A3BCC. Grayscale: #C2C2C2. Windows color (decimal): -670669 or 3392757. OLE color: 3392757.

HSL color Cylindrical-coordinate representation of color #F5C433: hue angle of 44.85º 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 #F5C433 is Cyan = 0, Magento = 0.2, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 196 51 -
CMYK 0 0.2 0.79 0.04
HSL 44.85º 0.91% 0.58% -
HSV(B) 44.85º 0.79% 0.96% -
XYZ 57.99 59.13 11.49 -
YUV 194.12 47.23 164.29 -
System Red Green Blue C M Y K H S L
Decimal 245 196 51 0 0.2 0.79 0.04 44.85 0.91 0.58
Hex F5 C4 33 0 14 4F 4 2D 5B 3A
Octal 365 304 63 0 24 117 4 55 133 72
Binary 11110101 11000100 110011 0 10100 1001111 100 101101 1011011 111010

Color Harmonies of #F5C433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C433

Black with #F5C433

Text Example


Text Example

White with #F5C433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C433; }

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

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

background-color css

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

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

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

border-color css

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

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

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