Html Css Color HEX #FEC605 Golden Poppy

📋 copy color: '#FEC605'

red 254 ◦ green 198 ◦ blue 5

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

Shades of Golden Poppy #FEC605

Tints of Golden Poppy #FEC605

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.33%

 BLUE value IS 5 (2.34% from 255) = 1.09%

R = 55.58%
G = 43.33%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEC605 (or 0xFEC605) is known color: Golden Poppy. HEX triplet: FE, C6 and 05. RGB value is (254,198,5). Sum of RGB (Red+Green+Blue) = 254+198+5=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 5 (2.34% from 255 or 1.09% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC605 is #0139FA. Grayscale: #C1C1C1. Windows color (decimal): -80379 or 378622. OLE color: 378622.

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

Color convert

RGB 254 198 5 -
CMYK 0 0.22 0.98 0.00
HSL 46.51º 0.99% 0.51% -
HSV(B) 46.51º 0.98% 1% -
XYZ 61.09 61.47 8.79 -
YUV 192.74 22.05 171.69 -
System Red Green Blue C M Y K H S L
Decimal 254 198 5 0 0.22 0.98 0.00 46.51 0.99 0.51
Hex FE C6 5 0 16 62 0 2F 63 33
Octal 376 306 5 0 26 142 0 57 143 63
Binary 11111110 11000110 101 0 10110 1100010 0 101111 1100011 110011

Color Harmonies of #FEC605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC605

Black with #FEC605

Text Example


Text Example

White with #FEC605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC605; }

 p { color: rgb(254,198,5); }

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

background-color css

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

 a { background-color: rgb(254,198,5); }

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

border-color css

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

 span { border-color: rgb(254,198,5); }

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