Html Css Color HEX #FEC50D Golden Poppy

📋 copy color: '#FEC50D'

red 254 ◦ green 197 ◦ blue 13

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

Shades of Golden Poppy #FEC50D

Tints of Golden Poppy #FEC50D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.46%

 BLUE value IS 13 (5.47% from 255) = 2.8%

R = 54.74%
G = 42.46%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEC50D (or 0xFEC50D) is known color: Golden Poppy. HEX triplet: FE, C5 and 0D. RGB value is (254,197,13). Sum of RGB (Red+Green+Blue) = 254+197+13=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 13 (5.47% from 255 or 2.80% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC50D is #013AF2. Grayscale: #C1C1C1. Windows color (decimal): -80627 or 902654. OLE color: 902654.

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

Color convert

RGB 254 197 13 -
CMYK 0 0.22 0.95 0.00
HSL 45.81º 0.99% 0.52% -
HSV(B) 45.81º 0.95% 1% -
XYZ 60.91 61.03 8.95 -
YUV 193.07 26.38 171.46 -
System Red Green Blue C M Y K H S L
Decimal 254 197 13 0 0.22 0.95 0.00 45.81 0.99 0.52
Hex FE C5 D 0 16 5F 0 2E 63 34
Octal 376 305 15 0 26 137 0 56 143 64
Binary 11111110 11000101 1101 0 10110 1011111 0 101110 1100011 110100

Color Harmonies of #FEC50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC50D

Black with #FEC50D

Text Example


Text Example

White with #FEC50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC50D; }

 p { color: rgb(254,197,13); }

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

background-color css

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

 a { background-color: rgb(254,197,13); }

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

border-color css

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

 span { border-color: rgb(254,197,13); }

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