Html Css Color HEX #FCC70C Golden Poppy

📋 copy color: '#FCC70C'

red 252 ◦ green 199 ◦ blue 12

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

Shades of Golden Poppy #FCC70C

Tints of Golden Poppy #FCC70C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.98%

 BLUE value IS 12 (5.08% from 255) = 2.59%

R = 54.43%
G = 42.98%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCC70C (or 0xFCC70C) is known color: Golden Poppy. HEX triplet: FC, C7 and 0C. RGB value is (252,199,12). Sum of RGB (Red+Green+Blue) = 252+199+12=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC70C is #0338F3. Grayscale: #C2C2C2. Windows color (decimal): -211188 or 837628. OLE color: 837628.

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

Color convert

RGB 252 199 12 -
CMYK 0 0.21 0.95 0.01
HSL 46.75º 0.98% 0.52% -
HSV(B) 46.75º 0.95% 0.99% -
XYZ 60.63 61.57 9.04 -
YUV 193.53 25.56 169.71 -
System Red Green Blue C M Y K H S L
Decimal 252 199 12 0 0.21 0.95 0.01 46.75 0.98 0.52
Hex FC C7 C 0 15 5F 1 2F 62 34
Octal 374 307 14 0 25 137 1 57 142 64
Binary 11111100 11000111 1100 0 10101 1011111 1 101111 1100010 110100

Color Harmonies of #FCC70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC70C

Black with #FCC70C

Text Example


Text Example

White with #FCC70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC70C; }

 p { color: rgb(252,199,12); }

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

background-color css

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

 a { background-color: rgb(252,199,12); }

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

border-color css

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

 span { border-color: rgb(252,199,12); }

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