Html Css Color HEX #FDC60B Golden Poppy

📋 copy color: '#FDC60B'

red 253 ◦ green 198 ◦ blue 11

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

Shades of Golden Poppy #FDC60B

Tints of Golden Poppy #FDC60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.38%

R = 54.76%
G = 42.86%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDC60B (or 0xFDC60B) is known color: Golden Poppy. HEX triplet: FD, C6 and 0B. RGB value is (253,198,11). Sum of RGB (Red+Green+Blue) = 253+198+11=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC60B is #0239F4. Grayscale: #C1C1C1. Windows color (decimal): -145909 or 771837. OLE color: 771837.

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

Color convert

RGB 253 198 11 -
CMYK 0 0.22 0.96 0.01
HSL 46.36º 0.98% 0.52% -
HSV(B) 46.36º 0.96% 0.99% -
XYZ 60.76 61.29 8.95 -
YUV 193.13 25.22 170.71 -
System Red Green Blue C M Y K H S L
Decimal 253 198 11 0 0.22 0.96 0.01 46.36 0.98 0.52
Hex FD C6 B 0 16 60 1 2E 62 34
Octal 375 306 13 0 26 140 1 56 142 64
Binary 11111101 11000110 1011 0 10110 1100000 1 101110 1100010 110100

Color Harmonies of #FDC60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC60B

Black with #FDC60B

Text Example


Text Example

White with #FDC60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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