Html Css Color HEX #FDC702 Golden Poppy

📋 copy color: '#FDC702'

red 253 ◦ green 199 ◦ blue 2

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

Shades of Golden Poppy #FDC702

Tints of Golden Poppy #FDC702

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.83%

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

R = 55.73%
G = 43.83%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDC702 (or 0xFDC702) is known color: Golden Poppy. HEX triplet: FD, C7 and 02. RGB value is (253,199,2). Sum of RGB (Red+Green+Blue) = 253+199+2=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC702 is #0238FD. Grayscale: #C1C1C1. Windows color (decimal): -145662 or 182269. OLE color: 182269.

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

Color convert

RGB 253 199 2 -
CMYK 0 0.21 0.99 0.01
HSL 47.09º 0.98% 0.5% -
HSV(B) 47.09º 0.99% 0.99% -
XYZ 60.94 61.73 8.76 -
YUV 192.69 20.39 171.02 -
System Red Green Blue C M Y K H S L
Decimal 253 199 2 0 0.21 0.99 0.01 47.09 0.98 0.5
Hex FD C7 2 0 15 63 1 2F 62 32
Octal 375 307 2 0 25 143 1 57 142 62
Binary 11111101 11000111 10 0 10101 1100011 1 101111 1100010 110010

Color Harmonies of #FDC702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC702

Black with #FDC702

Text Example


Text Example

White with #FDC702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC702; }

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

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

background-color css

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

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

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

border-color css

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

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

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