Html Css Color HEX #FDC602 Golden Poppy

📋 copy color: '#FDC602'

red 253 ◦ green 198 ◦ blue 2

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

Shades of Golden Poppy #FDC602

Tints of Golden Poppy #FDC602

RGB

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

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

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

R = 55.85%
G = 43.71%
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

#FDC602 (or 0xFDC602) is known color: Golden Poppy. HEX triplet: FD, C6 and 02. RGB value is (253,198,2). Sum of RGB (Red+Green+Blue) = 253+198+2=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 2 (1.17% from 255 or 0.44% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC602 is #0239FD. Grayscale: #C0C0C0. Windows color (decimal): -145918 or 182013. OLE color: 182013.

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

Color convert

RGB 253 198 2 -
CMYK 0 0.22 0.99 0.01
HSL 46.85º 0.98% 0.5% -
HSV(B) 46.85º 0.99% 0.99% -
XYZ 60.71 61.28 8.68 -
YUV 192.1 20.72 171.44 -
System Red Green Blue C M Y K H S L
Decimal 253 198 2 0 0.22 0.99 0.01 46.85 0.98 0.5
Hex FD C6 2 0 16 63 1 2F 62 32
Octal 375 306 2 0 26 143 1 57 142 62
Binary 11111101 11000110 10 0 10110 1100011 1 101111 1100010 110010

Color Harmonies of #FDC602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC602

Black with #FDC602

Text Example


Text Example

White with #FDC602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC602; }

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

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

background-color css

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

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

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

border-color css

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

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

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