Html Css Color HEX #FEDB28 Gorse

📋 copy color: '#FEDB28'

red 254 ◦ green 219 ◦ blue 40

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

Shades of Gorse #FEDB28

Tints of Gorse #FEDB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.8%

R = 49.51%
G = 42.69%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEDB28 (or 0xFEDB28) is known color: Gorse. HEX triplet: FE, DB and 28. RGB value is (254,219,40). Sum of RGB (Red+Green+Blue) = 254+219+40=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 40 (16.02% from 255 or 7.80% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB28 is #0124D7. Grayscale: #D1D1D1. Windows color (decimal): -74968 or 2677758. OLE color: 2677758.

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

Color convert

RGB 254 219 40 -
CMYK 0 0.14 0.84 0.00
HSL 50.19º 0.99% 0.58% -
HSV(B) 50.19º 0.84% 1% -
XYZ 66.59 71.89 12.37 -
YUV 209.06 32.6 160.05 -
System Red Green Blue C M Y K H S L
Decimal 254 219 40 0 0.14 0.84 0.00 50.19 0.99 0.58
Hex FE DB 28 0 E 54 0 32 63 3A
Octal 376 333 50 0 16 124 0 62 143 72
Binary 11111110 11011011 101000 0 1110 1010100 0 110010 1100011 111010

Color Harmonies of #FEDB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB28

Black with #FEDB28

Text Example


Text Example

White with #FEDB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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