Html Css Color HEX #FEC308 Golden Poppy

📋 copy color: '#FEC308'

red 254 ◦ green 195 ◦ blue 8

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

Shades of Golden Poppy #FEC308

Tints of Golden Poppy #FEC308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 55.58%
G = 42.67%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEC308 (or 0xFEC308) is known color: Golden Poppy. HEX triplet: FE, C3 and 08. RGB value is (254,195,8). Sum of RGB (Red+Green+Blue) = 254+195+8=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC308 is #013CF7. Grayscale: #C0C0C0. Windows color (decimal): -81144 or 574462. OLE color: 574462.

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

Color convert

RGB 254 195 8 -
CMYK 0 0.23 0.97 0.00
HSL 45.61º 0.99% 0.51% -
HSV(B) 45.61º 0.97% 1% -
XYZ 60.43 60.12 8.65 -
YUV 191.32 24.55 172.71 -
System Red Green Blue C M Y K H S L
Decimal 254 195 8 0 0.23 0.97 0.00 45.61 0.99 0.51
Hex FE C3 8 0 17 61 0 2E 63 33
Octal 376 303 10 0 27 141 0 56 143 63
Binary 11111110 11000011 1000 0 10111 1100001 0 101110 1100011 110011

Color Harmonies of #FEC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC308

Black with #FEC308

Text Example


Text Example

White with #FEC308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC308; }

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

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

background-color css

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

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

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

border-color css

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

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

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