Html Css Color HEX #FCC70A Golden Poppy

📋 copy color: '#FCC70A'

red 252 ◦ green 199 ◦ blue 10

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

Shades of Golden Poppy #FCC70A

Tints of Golden Poppy #FCC70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.17%

R = 54.66%
G = 43.17%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCC70A (or 0xFCC70A) is known color: Golden Poppy. HEX triplet: FC, C7 and 0A. RGB value is (252,199,10). Sum of RGB (Red+Green+Blue) = 252+199+10=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC70A is #0338F5. Grayscale: #C2C2C2. Windows color (decimal): -211190 or 706556. OLE color: 706556.

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

Color convert

RGB 252 199 10 -
CMYK 0 0.21 0.96 0.01
HSL 46.86º 0.98% 0.51% -
HSV(B) 46.86º 0.96% 0.99% -
XYZ 60.62 61.56 8.98 -
YUV 193.3 24.56 169.87 -
System Red Green Blue C M Y K H S L
Decimal 252 199 10 0 0.21 0.96 0.01 46.86 0.98 0.51
Hex FC C7 A 0 15 60 1 2F 62 33
Octal 374 307 12 0 25 140 1 57 142 63
Binary 11111100 11000111 1010 0 10101 1100000 1 101111 1100010 110011

Color Harmonies of #FCC70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC70A

Black with #FCC70A

Text Example


Text Example

White with #FCC70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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