Html Css Color HEX #FCC607 Golden Poppy

📋 copy color: '#FCC607'

red 252 ◦ green 198 ◦ blue 7

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

Shades of Golden Poppy #FCC607

Tints of Golden Poppy #FCC607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.53%

R = 55.14%
G = 43.33%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCC607 (or 0xFCC607) is known color: Golden Poppy. HEX triplet: FC, C6 and 07. RGB value is (252,198,7). Sum of RGB (Red+Green+Blue) = 252+198+7=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 7 (3.12% from 255 or 1.53% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC607 is #0339F8. Grayscale: #C1C1C1. Windows color (decimal): -211449 or 509692. OLE color: 509692.

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

Color convert

RGB 252 198 7 -
CMYK 0 0.21 0.97 0.01
HSL 46.78º 0.98% 0.51% -
HSV(B) 46.78º 0.97% 0.99% -
XYZ 60.38 61.1 8.81 -
YUV 192.37 23.39 170.53 -
System Red Green Blue C M Y K H S L
Decimal 252 198 7 0 0.21 0.97 0.01 46.78 0.98 0.51
Hex FC C6 7 0 15 61 1 2F 62 33
Octal 374 306 7 0 25 141 1 57 142 63
Binary 11111100 11000110 111 0 10101 1100001 1 101111 1100010 110011

Color Harmonies of #FCC607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC607

Black with #FCC607

Text Example


Text Example

White with #FCC607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC607; }

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

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

background-color css

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

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

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

border-color css

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

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

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