Html Css Color HEX #FEDC43 Gorse

📋 copy color: '#FEDC43'

red 254 ◦ green 220 ◦ blue 67

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

Shades of Gorse #FEDC43

Tints of Gorse #FEDC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 12.38%

R = 46.95%
G = 40.67%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEDC43 (or 0xFEDC43) is known color: Gorse. HEX triplet: FE, DC and 43. RGB value is (254,220,67). Sum of RGB (Red+Green+Blue) = 254+220+67=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 67 (26.56% from 255 or 12.38% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC43 is #0123BC. Grayscale: #D5D5D5. Windows color (decimal): -74685 or 4447486. OLE color: 4447486.

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

Color convert

RGB 254 220 67 -
CMYK 0 0.13 0.74 0.00
HSL 49.09º 0.99% 0.63% -
HSV(B) 49.09º 0.74% 1% -
XYZ 67.48 72.66 15.78 -
YUV 212.72 45.76 157.44 -
System Red Green Blue C M Y K H S L
Decimal 254 220 67 0 0.13 0.74 0.00 49.09 0.99 0.63
Hex FE DC 43 0 D 4A 0 31 63 3F
Octal 376 334 103 0 15 112 0 61 143 77
Binary 11111110 11011100 1000011 0 1101 1001010 0 110001 1100011 111111

Color Harmonies of #FEDC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC43

Black with #FEDC43

Text Example


Text Example

White with #FEDC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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