Html Css Color HEX #FEF535 Gorse

📋 copy color: '#FEF535'

red 254 ◦ green 245 ◦ blue 53

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

Shades of Gorse #FEF535

Tints of Gorse #FEF535

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.38%

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

R = 46.01%
G = 44.38%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FEF535 (or 0xFEF535) is known color: Gorse. HEX triplet: FE, F5 and 35. RGB value is (254,245,53). Sum of RGB (Red+Green+Blue) = 254+245+53=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 53 (21.09% from 255 or 9.60% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF535 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF535 is #010ACA. Grayscale: #E2E2E2. Windows color (decimal): -68299 or 3536382. OLE color: 3536382.

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

Color convert

RGB 254 245 53 -
CMYK 0 0.04 0.79 0.00
HSL 57.31º 0.99% 0.6% -
HSV(B) 57.31º 0.79% 1% -
XYZ 74.17 86.63 16.18 -
YUV 225.8 30.48 148.11 -
System Red Green Blue C M Y K H S L
Decimal 254 245 53 0 0.04 0.79 0.00 57.31 0.99 0.6
Hex FE F5 35 0 4 4F 0 39 63 3C
Octal 376 365 65 0 4 117 0 71 143 74
Binary 11111110 11110101 110101 0 100 1001111 0 111001 1100011 111100

Color Harmonies of #FEF535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF535

Black with #FEF535

Text Example


Text Example

White with #FEF535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF535; }

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

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

background-color css

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

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

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

border-color css

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

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

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