Html Css Color HEX #FEDC37 Gorse

📋 copy color: '#FEDC37'

red 254 ◦ green 220 ◦ blue 55

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

Shades of Gorse #FEDC37

Tints of Gorse #FEDC37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.4%

R = 48.02%
G = 41.59%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FEDC37 (or 0xFEDC37) is known color: Gorse. HEX triplet: FE, DC and 37. RGB value is (254,220,55). Sum of RGB (Red+Green+Blue) = 254+220+55=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 55 (21.88% from 255 or 10.40% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC37 is #0123C8. Grayscale: #D4D4D4. Windows color (decimal): -74697 or 3661054. OLE color: 3661054.

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

Color convert

RGB 254 220 55 -
CMYK 0 0.13 0.78 0.00
HSL 49.75º 0.99% 0.61% -
HSV(B) 49.75º 0.78% 1% -
XYZ 67.16 72.53 14.08 -
YUV 211.36 39.76 158.42 -
System Red Green Blue C M Y K H S L
Decimal 254 220 55 0 0.13 0.78 0.00 49.75 0.99 0.61
Hex FE DC 37 0 D 4E 0 32 63 3D
Octal 376 334 67 0 15 116 0 62 143 75
Binary 11111110 11011100 110111 0 1101 1001110 0 110010 1100011 111101

Color Harmonies of #FEDC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC37

Black with #FEDC37

Text Example


Text Example

White with #FEDC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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