Html Css Color HEX #FEC30D Golden Poppy

📋 copy color: '#FEC30D'

red 254 ◦ green 195 ◦ blue 13

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

Shades of Golden Poppy #FEC30D

Tints of Golden Poppy #FEC30D

RGB

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

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

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

R = 54.98%
G = 42.21%
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

#FEC30D (or 0xFEC30D) is known color: Golden Poppy. HEX triplet: FE, C3 and 0D. RGB value is (254,195,13). Sum of RGB (Red+Green+Blue) = 254+195+13=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 13 (5.47% from 255 or 2.81% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC30D is #013CF2. Grayscale: #C0C0C0. Windows color (decimal): -81139 or 902142. OLE color: 902142.

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

Color convert

RGB 254 195 13 -
CMYK 0 0.23 0.95 0.00
HSL 45.31º 0.99% 0.52% -
HSV(B) 45.31º 0.95% 1% -
XYZ 60.46 60.13 8.8 -
YUV 191.89 27.05 172.3 -
System Red Green Blue C M Y K H S L
Decimal 254 195 13 0 0.23 0.95 0.00 45.31 0.99 0.52
Hex FE C3 D 0 17 5F 0 2D 63 34
Octal 376 303 15 0 27 137 0 55 143 64
Binary 11111110 11000011 1101 0 10111 1011111 0 101101 1100011 110100

Color Harmonies of #FEC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC30D

Black with #FEC30D

Text Example


Text Example

White with #FEC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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