Html Css Color HEX #FFC02F Saffron

📋 copy color: '#FFC02F'

red 255 ◦ green 192 ◦ blue 47

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

Shades of Saffron #FFC02F

Tints of Saffron #FFC02F

RGB

 RED value IS 255 (100% from 255) = 51.62%

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

 BLUE value IS 47 (18.75% from 255) = 9.51%

R = 51.62%
G = 38.87%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFC02F (or 0xFFC02F) is known color: Saffron. HEX triplet: FF, C0 and 2F. RGB value is (255,192,47). Sum of RGB (Red+Green+Blue) = 255+192+47=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC02F is #003FD0. Grayscale: #C2C2C2. Windows color (decimal): -16337 or 3129599. OLE color: 3129599.

HSL color Cylindrical-coordinate representation of color #FFC02F: hue angle of 41.83º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFC02F is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 47 -
CMYK 0 0.25 0.82 0
HSL 41.83º 1% 0.59% -
HSV(B) 41.83º 0.82% 1% -
XYZ 60.6 59.16 10.92 -
YUV 194.31 44.87 171.29 -
System Red Green Blue C M Y K H S L
Decimal 255 192 47 0 0.25 0.82 0 41.83 1 0.59
Hex FF C0 2F 0 19 52 0 2A 64 3B
Octal 377 300 57 0 31 122 0 52 144 73
Binary 11111111 11000000 101111 0 11001 1010010 0 101010 1100100 111011

Color Harmonies of #FFC02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC02F

Black with #FFC02F

Text Example


Text Example

White with #FFC02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC02F; }

 p { color: rgb(255,192,47); }

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

background-color css

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

 a { background-color: rgb(255,192,47); }

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

border-color css

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

 span { border-color: rgb(255,192,47); }

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