Html Css Color HEX #FEC30F Golden Poppy

📋 copy color: '#FEC30F'

red 254 ◦ green 195 ◦ blue 15

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

Shades of Golden Poppy #FEC30F

Tints of Golden Poppy #FEC30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.23%

R = 54.74%
G = 42.03%
B = 3.23%

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

#FEC30F (or 0xFEC30F) is known color: Golden Poppy. HEX triplet: FE, C3 and 0F. RGB value is (254,195,15). Sum of RGB (Red+Green+Blue) = 254+195+15=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC30F is #013CF0. Grayscale: #C0C0C0. Windows color (decimal): -81137 or 1033214. OLE color: 1033214.

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

Color convert

RGB 254 195 15 -
CMYK 0 0.23 0.94 0.00
HSL 45.19º 0.99% 0.53% -
HSV(B) 45.19º 0.94% 1% -
XYZ 60.47 60.14 8.87 -
YUV 192.12 28.05 172.14 -
System Red Green Blue C M Y K H S L
Decimal 254 195 15 0 0.23 0.94 0.00 45.19 0.99 0.53
Hex FE C3 F 0 17 5E 0 2D 63 35
Octal 376 303 17 0 27 136 0 55 143 65
Binary 11111110 11000011 1111 0 10111 1011110 0 101101 1100011 110101

Color Harmonies of #FEC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC30F

Black with #FEC30F

Text Example


Text Example

White with #FEC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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