Html Css Color HEX #FEDB37 Gorse

📋 copy color: '#FEDB37'

red 254 ◦ green 219 ◦ blue 55

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

Shades of Gorse #FEDB37

Tints of Gorse #FEDB37

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.48%

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

R = 48.11%
G = 41.48%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FEDB37 (or 0xFEDB37) is known color: Gorse. HEX triplet: FE, DB and 37. RGB value is (254,219,55). Sum of RGB (Red+Green+Blue) = 254+219+55=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 55 (21.88% from 255 or 10.42% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB37 is #0124C8. Grayscale: #D3D3D3. Windows color (decimal): -74953 or 3660798. OLE color: 3660798.

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

Color convert

RGB 254 219 55 -
CMYK 0 0.14 0.78 0.00
HSL 49.45º 0.99% 0.61% -
HSV(B) 49.45º 0.78% 1% -
XYZ 66.89 72.01 13.99 -
YUV 210.77 40.1 158.84 -
System Red Green Blue C M Y K H S L
Decimal 254 219 55 0 0.14 0.78 0.00 49.45 0.99 0.61
Hex FE DB 37 0 E 4E 0 31 63 3D
Octal 376 333 67 0 16 116 0 61 143 75
Binary 11111110 11011011 110111 0 1110 1001110 0 110001 1100011 111101

Color Harmonies of #FEDB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB37

Black with #FEDB37

Text Example


Text Example

White with #FEDB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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