Html Css Color HEX #FCC02B Saffron

📋 copy color: '#FCC02B'

red 252 ◦ green 192 ◦ blue 43

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

Shades of Saffron #FCC02B

Tints of Saffron #FCC02B

RGB

 RED value IS 252 (98.83% from 255) = 51.75%

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

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

R = 51.75%
G = 39.43%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCC02B (or 0xFCC02B) is known color: Saffron. HEX triplet: FC, C0 and 2B. RGB value is (252,192,43). Sum of RGB (Red+Green+Blue) = 252+192+43=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 43 (17.19% from 255 or 8.83% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC02B is #033FD4. Grayscale: #C1C1C1. Windows color (decimal): -212949 or 2867452. OLE color: 2867452.

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

Color convert

RGB 252 192 43 -
CMYK 0 0.24 0.83 0.01
HSL 42.78º 0.97% 0.58% -
HSV(B) 42.78º 0.83% 0.99% -
XYZ 59.43 58.57 10.46 -
YUV 192.95 43.38 170.12 -
System Red Green Blue C M Y K H S L
Decimal 252 192 43 0 0.24 0.83 0.01 42.78 0.97 0.58
Hex FC C0 2B 0 18 53 1 2B 61 3A
Octal 374 300 53 0 30 123 1 53 141 72
Binary 11111100 11000000 101011 0 11000 1010011 1 101011 1100001 111010

Color Harmonies of #FCC02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC02B

Black with #FCC02B

Text Example


Text Example

White with #FCC02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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