Html Css Color HEX #FEC40D Golden Poppy

📋 copy color: '#FEC40D'

red 254 ◦ green 196 ◦ blue 13

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

Shades of Golden Poppy #FEC40D

Tints of Golden Poppy #FEC40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.33%

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

R = 54.86%
G = 42.33%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEC40D (or 0xFEC40D) is known color: Golden Poppy. HEX triplet: FE, C4 and 0D. RGB value is (254,196,13). Sum of RGB (Red+Green+Blue) = 254+196+13=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC40D is #013BF2. Grayscale: #C1C1C1. Windows color (decimal): -80883 or 902398. OLE color: 902398.

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

Color convert

RGB 254 196 13 -
CMYK 0 0.23 0.95 0.00
HSL 45.56º 0.99% 0.52% -
HSV(B) 45.56º 0.95% 1% -
XYZ 60.69 60.58 8.88 -
YUV 192.48 26.72 171.88 -
System Red Green Blue C M Y K H S L
Decimal 254 196 13 0 0.23 0.95 0.00 45.56 0.99 0.52
Hex FE C4 D 0 17 5F 0 2E 63 34
Octal 376 304 15 0 27 137 0 56 143 64
Binary 11111110 11000100 1101 0 10111 1011111 0 101110 1100011 110100

Color Harmonies of #FEC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC40D

Black with #FEC40D

Text Example


Text Example

White with #FEC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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