Html Css Color HEX #FDC60C Golden Poppy

📋 copy color: '#FDC60C'

red 253 ◦ green 198 ◦ blue 12

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

Shades of Golden Poppy #FDC60C

Tints of Golden Poppy #FDC60C

RGB

 RED value IS 253 (99.22% from 255) = 54.64%

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

 BLUE value IS 12 (5.08% from 255) = 2.59%

R = 54.64%
G = 42.76%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDC60C (or 0xFDC60C) is known color: Golden Poppy. HEX triplet: FD, C6 and 0C. RGB value is (253,198,12). Sum of RGB (Red+Green+Blue) = 253+198+12=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC60C is #0239F3. Grayscale: #C2C2C2. Windows color (decimal): -145908 or 837373. OLE color: 837373.

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

Color convert

RGB 253 198 12 -
CMYK 0 0.22 0.95 0.01
HSL 46.31º 0.98% 0.52% -
HSV(B) 46.31º 0.95% 0.99% -
XYZ 60.77 61.3 8.98 -
YUV 193.24 25.72 170.62 -
System Red Green Blue C M Y K H S L
Decimal 253 198 12 0 0.22 0.95 0.01 46.31 0.98 0.52
Hex FD C6 C 0 16 5F 1 2E 62 34
Octal 375 306 14 0 26 137 1 56 142 64
Binary 11111101 11000110 1100 0 10110 1011111 1 101110 1100010 110100

Color Harmonies of #FDC60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC60C

Black with #FDC60C

Text Example


Text Example

White with #FDC60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC60C; }

 p { color: rgb(253,198,12); }

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

background-color css

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

 a { background-color: rgb(253,198,12); }

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

border-color css

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

 span { border-color: rgb(253,198,12); }

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