Html Css Color HEX #FEDC44 Gorse

📋 copy color: '#FEDC44'

red 254 ◦ green 220 ◦ blue 68

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

Shades of Gorse #FEDC44

Tints of Gorse #FEDC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.55%

R = 46.86%
G = 40.59%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEDC44 (or 0xFEDC44) is known color: Gorse. HEX triplet: FE, DC and 44. RGB value is (254,220,68). Sum of RGB (Red+Green+Blue) = 254+220+68=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 68 (26.95% from 255 or 12.55% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC44 is #0123BB. Grayscale: #D5D5D5. Windows color (decimal): -74684 or 4513022. OLE color: 4513022.

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

Color convert

RGB 254 220 68 -
CMYK 0 0.13 0.73 0.00
HSL 49.03º 0.99% 0.63% -
HSV(B) 49.03º 0.73% 1% -
XYZ 67.51 72.67 15.94 -
YUV 212.84 46.26 157.36 -
System Red Green Blue C M Y K H S L
Decimal 254 220 68 0 0.13 0.73 0.00 49.03 0.99 0.63
Hex FE DC 44 0 D 49 0 31 63 3F
Octal 376 334 104 0 15 111 0 61 143 77
Binary 11111110 11011100 1000100 0 1101 1001001 0 110001 1100011 111111

Color Harmonies of #FEDC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC44

Black with #FEDC44

Text Example


Text Example

White with #FEDC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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