Html Css Color HEX #FDC70F Golden Poppy

📋 copy color: '#FDC70F'

red 253 ◦ green 199 ◦ blue 15

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

Shades of Golden Poppy #FDC70F

Tints of Golden Poppy #FDC70F

RGB

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

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

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

R = 54.18%
G = 42.61%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDC70F (or 0xFDC70F) is known color: Golden Poppy. HEX triplet: FD, C7 and 0F. RGB value is (253,199,15). Sum of RGB (Red+Green+Blue) = 253+199+15=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 15 (6.25% from 255 or 3.21% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC70F is #0238F0. Grayscale: #C2C2C2. Windows color (decimal): -145649 or 1034237. OLE color: 1034237.

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

Color convert

RGB 253 199 15 -
CMYK 0 0.21 0.94 0.01
HSL 46.39º 0.98% 0.53% -
HSV(B) 46.39º 0.94% 0.99% -
XYZ 61.02 61.76 9.16 -
YUV 194.17 26.89 169.96 -
System Red Green Blue C M Y K H S L
Decimal 253 199 15 0 0.21 0.94 0.01 46.39 0.98 0.53
Hex FD C7 F 0 15 5E 1 2E 62 35
Octal 375 307 17 0 25 136 1 56 142 65
Binary 11111101 11000111 1111 0 10101 1011110 1 101110 1100010 110101

Color Harmonies of #FDC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC70F

Black with #FDC70F

Text Example


Text Example

White with #FDC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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