Html Css Color HEX #FEDC28 Gorse

📋 copy color: '#FEDC28'

red 254 ◦ green 220 ◦ blue 40

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

Shades of Gorse #FEDC28

Tints of Gorse #FEDC28

RGB

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

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

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

R = 49.42%
G = 42.8%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEDC28 (or 0xFEDC28) is known color: Gorse. HEX triplet: FE, DC and 28. RGB value is (254,220,40). Sum of RGB (Red+Green+Blue) = 254+220+40=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 40 (16.02% from 255 or 7.78% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC28 is #0123D7. Grayscale: #D2D2D2. Windows color (decimal): -74712 or 2678014. OLE color: 2678014.

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

Color convert

RGB 254 220 40 -
CMYK 0 0.13 0.84 0.00
HSL 50.47º 0.99% 0.58% -
HSV(B) 50.47º 0.84% 1% -
XYZ 66.85 72.41 12.46 -
YUV 209.65 32.26 159.64 -
System Red Green Blue C M Y K H S L
Decimal 254 220 40 0 0.13 0.84 0.00 50.47 0.99 0.58
Hex FE DC 28 0 D 54 0 32 63 3A
Octal 376 334 50 0 15 124 0 62 143 72
Binary 11111110 11011100 101000 0 1101 1010100 0 110010 1100011 111010

Color Harmonies of #FEDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC28

Black with #FEDC28

Text Example


Text Example

White with #FEDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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