Html Css Color HEX #FCC12D Saffron

📋 copy color: '#FCC12D'

red 252 ◦ green 193 ◦ blue 45

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

Shades of Saffron #FCC12D

Tints of Saffron #FCC12D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.39%

 BLUE value IS 45 (17.97% from 255) = 9.18%

R = 51.43%
G = 39.39%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCC12D (or 0xFCC12D) is known color: Saffron. HEX triplet: FC, C1 and 2D. RGB value is (252,193,45). Sum of RGB (Red+Green+Blue) = 252+193+45=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC12D is #033ED2. Grayscale: #C2C2C2. Windows color (decimal): -212691 or 2998780. OLE color: 2998780.

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

Color convert

RGB 252 193 45 -
CMYK 0 0.23 0.82 0.01
HSL 42.9º 0.97% 0.58% -
HSV(B) 42.9º 0.82% 0.99% -
XYZ 59.69 59.02 10.73 -
YUV 193.77 44.05 169.53 -
System Red Green Blue C M Y K H S L
Decimal 252 193 45 0 0.23 0.82 0.01 42.9 0.97 0.58
Hex FC C1 2D 0 17 52 1 2B 61 3A
Octal 374 301 55 0 27 122 1 53 141 72
Binary 11111100 11000001 101101 0 10111 1010010 1 101011 1100001 111010

Color Harmonies of #FCC12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC12D

Black with #FCC12D

Text Example


Text Example

White with #FCC12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC12D; }

 p { color: rgb(252,193,45); }

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

background-color css

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

 a { background-color: rgb(252,193,45); }

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

border-color css

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

 span { border-color: rgb(252,193,45); }

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