Html Css Color HEX #FEC300 Golden Poppy

📋 copy color: '#FEC300'

red 254 ◦ green 195 ◦ blue 0

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

Shades of Golden Poppy #FEC300

Tints of Golden Poppy #FEC300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.57%
G = 43.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEC300 (or 0xFEC300) is known color: Golden Poppy. HEX triplet: FE, C3 and 00. RGB value is (254,195,0). Sum of RGB (Red+Green+Blue) = 254+195+0=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC300 is #013CFF. Grayscale: #BFBFBF. Windows color (decimal): -81152 or 50174. OLE color: 50174.

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

Color convert

RGB 254 195 0 -
CMYK 0 0.23 1 0.00
HSL 46.06º 1% 0.5% -
HSV(B) 46.06º 1% 1% -
XYZ 60.39 60.1 8.42 -
YUV 190.41 20.55 173.36 -
System Red Green Blue C M Y K H S L
Decimal 254 195 0 0 0.23 1 0.00 46.06 1 0.5
Hex FE C3 0 0 17 64 0 2E 64 32
Octal 376 303 0 0 27 144 0 56 144 62
Binary 11111110 11000011 0 0 10111 1100100 0 101110 1100100 110010

Color Harmonies of #FEC300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC300

Black with #FEC300

Text Example


Text Example

White with #FEC300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC300; }

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

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

background-color css

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

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

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

border-color css

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

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

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