Html Css Color HEX #FEC301 Golden Poppy

📋 copy color: '#FEC301'

red 254 ◦ green 195 ◦ blue 1

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

Shades of Golden Poppy #FEC301

Tints of Golden Poppy #FEC301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 56.44%
G = 43.33%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEC301 (or 0xFEC301) is known color: Golden Poppy. HEX triplet: FE, C3 and 01. RGB value is (254,195,1). Sum of RGB (Red+Green+Blue) = 254+195+1=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC301 is #013CFE. Grayscale: #BFBFBF. Windows color (decimal): -81151 or 115710. OLE color: 115710.

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

Color convert

RGB 254 195 1 -
CMYK 0 0.23 1.00 0.00
HSL 46.01º 0.99% 0.5% -
HSV(B) 46.01º 1% 1% -
XYZ 60.39 60.1 8.45 -
YUV 190.53 21.05 173.27 -
System Red Green Blue C M Y K H S L
Decimal 254 195 1 0 0.23 1.00 0.00 46.01 0.99 0.5
Hex FE C3 1 0 17 64 0 2E 63 32
Octal 376 303 1 0 27 144 0 56 143 62
Binary 11111110 11000011 1 0 10111 1100100 0 101110 1100011 110010

Color Harmonies of #FEC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC301

Black with #FEC301

Text Example


Text Example

White with #FEC301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC301; }

 p { color: rgb(254,195,1); }

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

background-color css

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

 a { background-color: rgb(254,195,1); }

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

border-color css

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

 span { border-color: rgb(254,195,1); }

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