Html Css Color HEX #FEC203 Golden Poppy

📋 copy color: '#FEC203'

red 254 ◦ green 194 ◦ blue 3

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

Shades of Golden Poppy #FEC203

Tints of Golden Poppy #FEC203

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.02%

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 56.32%
G = 43.02%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FEC203 (or 0xFEC203) is known color: Golden Poppy. HEX triplet: FE, C2 and 03. RGB value is (254,194,3). Sum of RGB (Red+Green+Blue) = 254+194+3=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 3 (1.56% from 255 or 0.67% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC203 is #013DFC. Grayscale: #BEBEBE. Windows color (decimal): -81405 or 246526. OLE color: 246526.

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

Color convert

RGB 254 194 3 -
CMYK 0 0.24 0.99 0.00
HSL 45.66º 0.99% 0.5% -
HSV(B) 45.66º 0.99% 1% -
XYZ 60.18 59.66 8.43 -
YUV 190.17 22.38 173.53 -
System Red Green Blue C M Y K H S L
Decimal 254 194 3 0 0.24 0.99 0.00 45.66 0.99 0.5
Hex FE C2 3 0 18 63 0 2E 63 32
Octal 376 302 3 0 30 143 0 56 143 62
Binary 11111110 11000010 11 0 11000 1100011 0 101110 1100011 110010

Color Harmonies of #FEC203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC203

Black with #FEC203

Text Example


Text Example

White with #FEC203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC203; }

 p { color: rgb(254,194,3); }

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

background-color css

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

 a { background-color: rgb(254,194,3); }

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

border-color css

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

 span { border-color: rgb(254,194,3); }

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