Html Css Color HEX #FEDC36 Gorse

📋 copy color: '#FEDC36'

red 254 ◦ green 220 ◦ blue 54

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

Shades of Gorse #FEDC36

Tints of Gorse #FEDC36

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.67%

 BLUE value IS 54 (21.48% from 255) = 10.23%

R = 48.11%
G = 41.67%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FEDC36 (or 0xFEDC36) is known color: Gorse. HEX triplet: FE, DC and 36. RGB value is (254,220,54). Sum of RGB (Red+Green+Blue) = 254+220+54=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 54 (21.48% from 255 or 10.23% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC36 is #0123C9. Grayscale: #D3D3D3. Windows color (decimal): -74698 or 3595518. OLE color: 3595518.

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

Color convert

RGB 254 220 54 -
CMYK 0 0.13 0.79 0.00
HSL 49.8º 0.99% 0.6% -
HSV(B) 49.8º 0.79% 1% -
XYZ 67.13 72.52 13.95 -
YUV 211.24 39.26 158.5 -
System Red Green Blue C M Y K H S L
Decimal 254 220 54 0 0.13 0.79 0.00 49.8 0.99 0.6
Hex FE DC 36 0 D 4F 0 32 63 3C
Octal 376 334 66 0 15 117 0 62 143 74
Binary 11111110 11011100 110110 0 1101 1001111 0 110010 1100011 111100

Color Harmonies of #FEDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC36

Black with #FEDC36

Text Example


Text Example

White with #FEDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC36; }

 p { color: rgb(254,220,54); }

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

background-color css

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

 a { background-color: rgb(254,220,54); }

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

border-color css

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

 span { border-color: rgb(254,220,54); }

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