Html Css Color HEX #FDC502 Golden Poppy

📋 copy color: '#FDC502'

red 253 ◦ green 197 ◦ blue 2

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

Shades of Golden Poppy #FDC502

Tints of Golden Poppy #FDC502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.58%

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 55.97%
G = 43.58%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDC502 (or 0xFDC502) is known color: Golden Poppy. HEX triplet: FD, C5 and 02. RGB value is (253,197,2). Sum of RGB (Red+Green+Blue) = 253+197+2=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC502 is #023AFD. Grayscale: #C0C0C0. Windows color (decimal): -146174 or 181757. OLE color: 181757.

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

Color convert

RGB 253 197 2 -
CMYK 0 0.22 0.99 0.01
HSL 46.61º 0.98% 0.5% -
HSV(B) 46.61º 0.99% 0.99% -
XYZ 60.49 60.82 8.61 -
YUV 191.51 21.05 171.86 -
System Red Green Blue C M Y K H S L
Decimal 253 197 2 0 0.22 0.99 0.01 46.61 0.98 0.5
Hex FD C5 2 0 16 63 1 2F 62 32
Octal 375 305 2 0 26 143 1 57 142 62
Binary 11111101 11000101 10 0 10110 1100011 1 101111 1100010 110010

Color Harmonies of #FDC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC502

Black with #FDC502

Text Example


Text Example

White with #FDC502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC502; }

 p { color: rgb(253,197,2); }

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

background-color css

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

 a { background-color: rgb(253,197,2); }

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

border-color css

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

 span { border-color: rgb(253,197,2); }

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