Html Css Color HEX #FCC60D Golden Poppy

📋 copy color: '#FCC60D'

red 252 ◦ green 198 ◦ blue 13

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

Shades of Golden Poppy #FCC60D

Tints of Golden Poppy #FCC60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.81%

R = 54.43%
G = 42.76%
B = 2.81%

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

#FCC60D (or 0xFCC60D) is known color: Golden Poppy. HEX triplet: FC, C6 and 0D. RGB value is (252,198,13). Sum of RGB (Red+Green+Blue) = 252+198+13=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC60D is #0339F2. Grayscale: #C1C1C1. Windows color (decimal): -211443 or 902908. OLE color: 902908.

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

Color convert

RGB 252 198 13 -
CMYK 0 0.21 0.95 0.01
HSL 46.44º 0.98% 0.52% -
HSV(B) 46.44º 0.95% 0.99% -
XYZ 60.41 61.11 8.99 -
YUV 193.06 26.39 170.04 -
System Red Green Blue C M Y K H S L
Decimal 252 198 13 0 0.21 0.95 0.01 46.44 0.98 0.52
Hex FC C6 D 0 15 5F 1 2E 62 34
Octal 374 306 15 0 25 137 1 56 142 64
Binary 11111100 11000110 1101 0 10101 1011111 1 101110 1100010 110100

Color Harmonies of #FCC60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC60D

Black with #FCC60D

Text Example


Text Example

White with #FCC60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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