Html Css Color HEX #FDC405 Golden Poppy

📋 copy color: '#FDC405'

red 253 ◦ green 196 ◦ blue 5

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

Shades of Golden Poppy #FDC405

Tints of Golden Poppy #FDC405

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.17%

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 55.73%
G = 43.17%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDC405 (or 0xFDC405) is known color: Golden Poppy. HEX triplet: FD, C4 and 05. RGB value is (253,196,5). Sum of RGB (Red+Green+Blue) = 253+196+5=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC405 is #023BFA. Grayscale: #C0C0C0. Windows color (decimal): -146427 or 378109. OLE color: 378109.

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

Color convert

RGB 253 196 5 -
CMYK 0 0.23 0.98 0.01
HSL 46.21º 0.98% 0.51% -
HSV(B) 46.21º 0.98% 0.99% -
XYZ 60.28 60.37 8.62 -
YUV 191.27 22.88 172.03 -
System Red Green Blue C M Y K H S L
Decimal 253 196 5 0 0.23 0.98 0.01 46.21 0.98 0.51
Hex FD C4 5 0 17 62 1 2E 62 33
Octal 375 304 5 0 27 142 1 56 142 63
Binary 11111101 11000100 101 0 10111 1100010 1 101110 1100010 110011

Color Harmonies of #FDC405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC405

Black with #FDC405

Text Example


Text Example

White with #FDC405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC405; }

 p { color: rgb(253,196,5); }

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

background-color css

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

 a { background-color: rgb(253,196,5); }

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

border-color css

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

 span { border-color: rgb(253,196,5); }

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