Html Css Color HEX #FEC70F Golden Poppy

📋 copy color: '#FEC70F'

red 254 ◦ green 199 ◦ blue 15

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

Shades of Golden Poppy #FEC70F

Tints of Golden Poppy #FEC70F

RGB

 RED value IS 254 (99.61% from 255) = 54.27%

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

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

R = 54.27%
G = 42.52%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEC70F (or 0xFEC70F) is known color: Golden Poppy. HEX triplet: FE, C7 and 0F. RGB value is (254,199,15). Sum of RGB (Red+Green+Blue) = 254+199+15=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC70F is #0138F0. Grayscale: #C3C3C3. Windows color (decimal): -80113 or 1034238. OLE color: 1034238.

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

Color convert

RGB 254 199 15 -
CMYK 0 0.22 0.94 0.00
HSL 46.19º 0.99% 0.53% -
HSV(B) 46.19º 0.94% 1% -
XYZ 61.38 61.95 9.17 -
YUV 194.47 26.72 170.46 -
System Red Green Blue C M Y K H S L
Decimal 254 199 15 0 0.22 0.94 0.00 46.19 0.99 0.53
Hex FE C7 F 0 16 5E 0 2E 63 35
Octal 376 307 17 0 26 136 0 56 143 65
Binary 11111110 11000111 1111 0 10110 1011110 0 101110 1100011 110101

Color Harmonies of #FEC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC70F

Black with #FEC70F

Text Example


Text Example

White with #FEC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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