Html Css Color HEX #FEC70E Golden Poppy

📋 copy color: '#FEC70E'

red 254 ◦ green 199 ◦ blue 14

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

Shades of Golden Poppy #FEC70E

Tints of Golden Poppy #FEC70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3%

R = 54.39%
G = 42.61%
B = 3%

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

#FEC70E (or 0xFEC70E) is known color: Golden Poppy. HEX triplet: FE, C7 and 0E. RGB value is (254,199,14). Sum of RGB (Red+Green+Blue) = 254+199+14=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC70E is #0138F1. Grayscale: #C3C3C3. Windows color (decimal): -80114 or 968702. OLE color: 968702.

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

Color convert

RGB 254 199 14 -
CMYK 0 0.22 0.94 0.00
HSL 46.25º 0.99% 0.53% -
HSV(B) 46.25º 0.94% 1% -
XYZ 61.38 61.95 9.14 -
YUV 194.36 26.22 170.54 -
System Red Green Blue C M Y K H S L
Decimal 254 199 14 0 0.22 0.94 0.00 46.25 0.99 0.53
Hex FE C7 E 0 16 5E 0 2E 63 35
Octal 376 307 16 0 26 136 0 56 143 65
Binary 11111110 11000111 1110 0 10110 1011110 0 101110 1100011 110101

Color Harmonies of #FEC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC70E

Black with #FEC70E

Text Example


Text Example

White with #FEC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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