Html Css Color HEX #FDC30F Golden Poppy

📋 copy color: '#FDC30F'

red 253 ◦ green 195 ◦ blue 15

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

Shades of Golden Poppy #FDC30F

Tints of Golden Poppy #FDC30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.24%

R = 54.64%
G = 42.12%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDC30F (or 0xFDC30F) is known color: Golden Poppy. HEX triplet: FD, C3 and 0F. RGB value is (253,195,15). Sum of RGB (Red+Green+Blue) = 253+195+15=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC30F is #023CF0. Grayscale: #C0C0C0. Windows color (decimal): -146673 or 1033213. OLE color: 1033213.

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

Color convert

RGB 253 195 15 -
CMYK 0 0.23 0.94 0.01
HSL 45.38º 0.98% 0.53% -
HSV(B) 45.38º 0.94% 0.99% -
XYZ 60.11 59.95 8.85 -
YUV 191.82 28.22 171.64 -
System Red Green Blue C M Y K H S L
Decimal 253 195 15 0 0.23 0.94 0.01 45.38 0.98 0.53
Hex FD C3 F 0 17 5E 1 2D 62 35
Octal 375 303 17 0 27 136 1 55 142 65
Binary 11111101 11000011 1111 0 10111 1011110 1 101101 1100010 110101

Color Harmonies of #FDC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC30F

Black with #FDC30F

Text Example


Text Example

White with #FDC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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