Html Css Color HEX #FEC310 Golden Poppy

📋 copy color: '#FEC310'

red 254 ◦ green 195 ◦ blue 16

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

Shades of Golden Poppy #FEC310

Tints of Golden Poppy #FEC310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.44%

R = 54.62%
G = 41.94%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEC310 (or 0xFEC310) is known color: Golden Poppy. HEX triplet: FE, C3 and 10. RGB value is (254,195,16). Sum of RGB (Red+Green+Blue) = 254+195+16=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC310 is #013CEF. Grayscale: #C1C1C1. Windows color (decimal): -81136 or 1098750. OLE color: 1098750.

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

Color convert

RGB 254 195 16 -
CMYK 0 0.23 0.94 0.00
HSL 45.13º 0.99% 0.53% -
HSV(B) 45.13º 0.94% 1% -
XYZ 60.48 60.14 8.91 -
YUV 192.24 28.55 172.05 -
System Red Green Blue C M Y K H S L
Decimal 254 195 16 0 0.23 0.94 0.00 45.13 0.99 0.53
Hex FE C3 10 0 17 5E 0 2D 63 35
Octal 376 303 20 0 27 136 0 55 143 65
Binary 11111110 11000011 10000 0 10111 1011110 0 101101 1100011 110101

Color Harmonies of #FEC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC310

Black with #FEC310

Text Example


Text Example

White with #FEC310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC310; }

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

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

background-color css

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

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

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

border-color css

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

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

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