Html Css Color HEX #FCC42B Saffron

📋 copy color: '#FCC42B'

red 252 ◦ green 196 ◦ blue 43

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

Shades of Saffron #FCC42B

Tints of Saffron #FCC42B

RGB

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

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

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

R = 51.32%
G = 39.92%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCC42B (or 0xFCC42B) is known color: Saffron. HEX triplet: FC, C4 and 2B. RGB value is (252,196,43). Sum of RGB (Red+Green+Blue) = 252+196+43=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 43 (17.19% from 255 or 8.76% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC42B is #033BD4. Grayscale: #C3C3C3. Windows color (decimal): -211925 or 2868476. OLE color: 2868476.

HSL color Cylindrical-coordinate representation of color #FCC42B: hue angle of 43.92º 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 #FCC42B is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 196 43 -
CMYK 0 0.22 0.83 0.01
HSL 43.92º 0.97% 0.58% -
HSV(B) 43.92º 0.83% 0.99% -
XYZ 60.32 60.35 10.75 -
YUV 195.3 42.05 168.44 -
System Red Green Blue C M Y K H S L
Decimal 252 196 43 0 0.22 0.83 0.01 43.92 0.97 0.58
Hex FC C4 2B 0 16 53 1 2C 61 3A
Octal 374 304 53 0 26 123 1 54 141 72
Binary 11111100 11000100 101011 0 10110 1010011 1 101100 1100001 111010

Color Harmonies of #FCC42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC42B

Black with #FCC42B

Text Example


Text Example

White with #FCC42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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