Html Css Color HEX #FDC604 Golden Poppy

📋 copy color: '#FDC604'

red 253 ◦ green 198 ◦ blue 4

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

Shades of Golden Poppy #FDC604

Tints of Golden Poppy #FDC604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 55.6%
G = 43.52%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDC604 (or 0xFDC604) is known color: Golden Poppy. HEX triplet: FD, C6 and 04. RGB value is (253,198,4). Sum of RGB (Red+Green+Blue) = 253+198+4=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC604 is #0239FB. Grayscale: #C1C1C1. Windows color (decimal): -145916 or 313085. OLE color: 313085.

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

Color convert

RGB 253 198 4 -
CMYK 0 0.22 0.98 0.01
HSL 46.75º 0.98% 0.5% -
HSV(B) 46.75º 0.98% 0.99% -
XYZ 60.72 61.28 8.74 -
YUV 192.33 21.72 171.27 -
System Red Green Blue C M Y K H S L
Decimal 253 198 4 0 0.22 0.98 0.01 46.75 0.98 0.5
Hex FD C6 4 0 16 62 1 2F 62 32
Octal 375 306 4 0 26 142 1 57 142 62
Binary 11111101 11000110 100 0 10110 1100010 1 101111 1100010 110010

Color Harmonies of #FDC604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC604

Black with #FDC604

Text Example


Text Example

White with #FDC604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC604; }

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

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

background-color css

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

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

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

border-color css

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

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

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