Html Css Color HEX #FDC302 Golden Poppy

📋 copy color: '#FDC302'

red 253 ◦ green 195 ◦ blue 2

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

Shades of Golden Poppy #FDC302

Tints of Golden Poppy #FDC302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.33%

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

R = 56.22%
G = 43.33%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDC302 (or 0xFDC302) is known color: Golden Poppy. HEX triplet: FD, C3 and 02. RGB value is (253,195,2). Sum of RGB (Red+Green+Blue) = 253+195+2=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC302 is #023CFD. Grayscale: #BFBFBF. Windows color (decimal): -146686 or 181245. OLE color: 181245.

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

Color convert

RGB 253 195 2 -
CMYK 0 0.23 0.99 0.01
HSL 46.14º 0.98% 0.5% -
HSV(B) 46.14º 0.99% 0.99% -
XYZ 60.03 59.92 8.46 -
YUV 190.34 21.72 172.69 -
System Red Green Blue C M Y K H S L
Decimal 253 195 2 0 0.23 0.99 0.01 46.14 0.98 0.5
Hex FD C3 2 0 17 63 1 2E 62 32
Octal 375 303 2 0 27 143 1 56 142 62
Binary 11111101 11000011 10 0 10111 1100011 1 101110 1100010 110010

Color Harmonies of #FDC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC302

Black with #FDC302

Text Example


Text Example

White with #FDC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC302; }

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

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

background-color css

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

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

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

border-color css

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

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

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