Html Css Color HEX #FEC207 Golden Poppy

📋 copy color: '#FEC207'

red 254 ◦ green 194 ◦ blue 7

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

Shades of Golden Poppy #FEC207

Tints of Golden Poppy #FEC207

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.64%

 BLUE value IS 7 (3.13% from 255) = 1.54%

R = 55.82%
G = 42.64%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEC207 (or 0xFEC207) is known color: Golden Poppy. HEX triplet: FE, C2 and 07. RGB value is (254,194,7). Sum of RGB (Red+Green+Blue) = 254+194+7=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 7 (3.12% from 255 or 1.54% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC207 is #013DF8. Grayscale: #BFBFBF. Windows color (decimal): -81401 or 508670. OLE color: 508670.

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

Color convert

RGB 254 194 7 -
CMYK 0 0.24 0.97 0.00
HSL 45.43º 0.99% 0.51% -
HSV(B) 45.43º 0.97% 1% -
XYZ 60.2 59.67 8.55 -
YUV 190.62 24.38 173.21 -
System Red Green Blue C M Y K H S L
Decimal 254 194 7 0 0.24 0.97 0.00 45.43 0.99 0.51
Hex FE C2 7 0 18 61 0 2D 63 33
Octal 376 302 7 0 30 141 0 55 143 63
Binary 11111110 11000010 111 0 11000 1100001 0 101101 1100011 110011

Color Harmonies of #FEC207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC207

Black with #FEC207

Text Example


Text Example

White with #FEC207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC207; }

 p { color: rgb(254,194,7); }

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

background-color css

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

 a { background-color: rgb(254,194,7); }

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

border-color css

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

 span { border-color: rgb(254,194,7); }

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