Html Css Color HEX #FFC02B Saffron

📋 copy color: '#FFC02B'

red 255 ◦ green 192 ◦ blue 43

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

Shades of Saffron #FFC02B

Tints of Saffron #FFC02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.78%

R = 52.04%
G = 39.18%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFC02B (or 0xFFC02B) is known color: Saffron. HEX triplet: FF, C0 and 2B. RGB value is (255,192,43). Sum of RGB (Red+Green+Blue) = 255+192+43=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 43 (17.19% from 255 or 8.78% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC02B is #003FD4. Grayscale: #C2C2C2. Windows color (decimal): -16341 or 2867455. OLE color: 2867455.

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

Color convert

RGB 255 192 43 -
CMYK 0 0.25 0.83 0
HSL 42.17º 1% 0.58% -
HSV(B) 42.17º 0.83% 1% -
XYZ 60.53 59.13 10.51 -
YUV 193.85 42.87 171.62 -
System Red Green Blue C M Y K H S L
Decimal 255 192 43 0 0.25 0.83 0 42.17 1 0.58
Hex FF C0 2B 0 19 53 0 2A 64 3A
Octal 377 300 53 0 31 123 0 52 144 72
Binary 11111111 11000000 101011 0 11001 1010011 0 101010 1100100 111010

Color Harmonies of #FFC02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC02B

Black with #FFC02B

Text Example


Text Example

White with #FFC02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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