Html Css Color HEX #FCC609 Golden Poppy

📋 copy color: '#FCC609'

red 252 ◦ green 198 ◦ blue 9

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

Shades of Golden Poppy #FCC609

Tints of Golden Poppy #FCC609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.96%

R = 54.9%
G = 43.14%
B = 1.96%

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

#FCC609 (or 0xFCC609) is known color: Golden Poppy. HEX triplet: FC, C6 and 09. RGB value is (252,198,9). Sum of RGB (Red+Green+Blue) = 252+198+9=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 9 (3.91% from 255 or 1.96% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC609 is #0339F6. Grayscale: #C1C1C1. Windows color (decimal): -211447 or 640764. OLE color: 640764.

HSL color Cylindrical-coordinate representation of color #FCC609: hue angle of 46.67º 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 #FCC609 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 9 -
CMYK 0 0.21 0.96 0.01
HSL 46.67º 0.98% 0.51% -
HSV(B) 46.67º 0.96% 0.99% -
XYZ 60.39 61.1 8.87 -
YUV 192.6 24.39 170.37 -
System Red Green Blue C M Y K H S L
Decimal 252 198 9 0 0.21 0.96 0.01 46.67 0.98 0.51
Hex FC C6 9 0 15 60 1 2F 62 33
Octal 374 306 11 0 25 140 1 57 142 63
Binary 11111100 11000110 1001 0 10101 1100000 1 101111 1100010 110011

Color Harmonies of #FCC609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC609

Black with #FCC609

Text Example


Text Example

White with #FCC609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC609; }

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

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

background-color css

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

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

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

border-color css

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

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

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