Html Css Color HEX #FCC70F Golden Poppy

📋 copy color: '#FCC70F'

red 252 ◦ green 199 ◦ blue 15

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

Shades of Golden Poppy #FCC70F

Tints of Golden Poppy #FCC70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.22%

R = 54.08%
G = 42.7%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCC70F (or 0xFCC70F) is known color: Golden Poppy. HEX triplet: FC, C7 and 0F. RGB value is (252,199,15). Sum of RGB (Red+Green+Blue) = 252+199+15=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC70F is #0338F0. Grayscale: #C2C2C2. Windows color (decimal): -211185 or 1034236. OLE color: 1034236.

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

Color convert

RGB 252 199 15 -
CMYK 0 0.21 0.94 0.01
HSL 46.58º 0.98% 0.52% -
HSV(B) 46.58º 0.94% 0.99% -
XYZ 60.65 61.58 9.14 -
YUV 193.87 27.06 169.46 -
System Red Green Blue C M Y K H S L
Decimal 252 199 15 0 0.21 0.94 0.01 46.58 0.98 0.52
Hex FC C7 F 0 15 5E 1 2F 62 34
Octal 374 307 17 0 25 136 1 57 142 64
Binary 11111100 11000111 1111 0 10101 1011110 1 101111 1100010 110100

Color Harmonies of #FCC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC70F

Black with #FCC70F

Text Example


Text Example

White with #FCC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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