Html Css Color HEX #FCC612 Golden Poppy

📋 copy color: '#FCC612'

red 252 ◦ green 198 ◦ blue 18

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

Shades of Golden Poppy #FCC612

Tints of Golden Poppy #FCC612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.31%

 BLUE value IS 18 (7.42% from 255) = 3.85%

R = 53.85%
G = 42.31%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCC612 (or 0xFCC612) is known color: Golden Poppy. HEX triplet: FC, C6 and 12. RGB value is (252,198,18). Sum of RGB (Red+Green+Blue) = 252+198+18=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC612 is #0339ED. Grayscale: #C2C2C2. Windows color (decimal): -211438 or 1230588. OLE color: 1230588.

HSL color Cylindrical-coordinate representation of color #FCC612: hue angle of 46.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCC612 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 18 -
CMYK 0 0.21 0.93 0.01
HSL 46.15º 0.98% 0.53% -
HSV(B) 46.15º 0.93% 0.99% -
XYZ 60.45 61.13 9.19 -
YUV 193.63 28.89 169.64 -
System Red Green Blue C M Y K H S L
Decimal 252 198 18 0 0.21 0.93 0.01 46.15 0.98 0.53
Hex FC C6 12 0 15 5D 1 2E 62 35
Octal 374 306 22 0 25 135 1 56 142 65
Binary 11111100 11000110 10010 0 10101 1011101 1 101110 1100010 110101

Color Harmonies of #FCC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC612

Black with #FCC612

Text Example


Text Example

White with #FCC612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC612; }

 p { color: rgb(252,198,18); }

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

background-color css

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

 a { background-color: rgb(252,198,18); }

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

border-color css

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

 span { border-color: rgb(252,198,18); }

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