Html Css Color HEX #FEDC35 Gorse

📋 copy color: '#FEDC35'

red 254 ◦ green 220 ◦ blue 53

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

Shades of Gorse #FEDC35

Tints of Gorse #FEDC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.06%

R = 48.2%
G = 41.75%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FEDC35 (or 0xFEDC35) is known color: Gorse. HEX triplet: FE, DC and 35. RGB value is (254,220,53). Sum of RGB (Red+Green+Blue) = 254+220+53=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 53 (21.09% from 255 or 10.06% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC35 is #0123CA. Grayscale: #D3D3D3. Windows color (decimal): -74699 or 3529982. OLE color: 3529982.

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

Color convert

RGB 254 220 53 -
CMYK 0 0.13 0.79 0.00
HSL 49.85º 0.99% 0.6% -
HSV(B) 49.85º 0.79% 1% -
XYZ 67.11 72.51 13.83 -
YUV 211.13 38.76 158.58 -
System Red Green Blue C M Y K H S L
Decimal 254 220 53 0 0.13 0.79 0.00 49.85 0.99 0.6
Hex FE DC 35 0 D 4F 0 32 63 3C
Octal 376 334 65 0 15 117 0 62 143 74
Binary 11111110 11011100 110101 0 1101 1001111 0 110010 1100011 111100

Color Harmonies of #FEDC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC35

Black with #FEDC35

Text Example


Text Example

White with #FEDC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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