Html Css Color HEX #FEC313 Golden Poppy

📋 copy color: '#FEC313'

red 254 ◦ green 195 ◦ blue 19

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

Shades of Golden Poppy #FEC313

Tints of Golden Poppy #FEC313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.06%

R = 54.27%
G = 41.67%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEC313 (or 0xFEC313) is known color: Golden Poppy. HEX triplet: FE, C3 and 13. RGB value is (254,195,19). Sum of RGB (Red+Green+Blue) = 254+195+19=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC313 is #013CEC. Grayscale: #C1C1C1. Windows color (decimal): -81133 or 1295358. OLE color: 1295358.

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

Color convert

RGB 254 195 19 -
CMYK 0 0.23 0.93 0.00
HSL 44.94º 0.99% 0.54% -
HSV(B) 44.94º 0.93% 1% -
XYZ 60.51 60.15 9.04 -
YUV 192.58 30.05 171.81 -
System Red Green Blue C M Y K H S L
Decimal 254 195 19 0 0.23 0.93 0.00 44.94 0.99 0.54
Hex FE C3 13 0 17 5D 0 2D 63 36
Octal 376 303 23 0 27 135 0 55 143 66
Binary 11111110 11000011 10011 0 10111 1011101 0 101101 1100011 110110

Color Harmonies of #FEC313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC313

Black with #FEC313

Text Example


Text Example

White with #FEC313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC313; }

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

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

background-color css

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

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

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

border-color css

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

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

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