Html Css Color HEX #FEA535 Lightning Yellow

📋 copy color: '#FEA535'

red 254 ◦ green 165 ◦ blue 53

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

Shades of Lightning Yellow #FEA535

Tints of Lightning Yellow #FEA535

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.96%

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

R = 53.81%
G = 34.96%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FEA535 (or 0xFEA535) is known color: Lightning Yellow. HEX triplet: FE, A5 and 35. RGB value is (254,165,53). Sum of RGB (Red+Green+Blue) = 254+165+53=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 53 (21.09% from 255 or 11.23% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA535 is #015ACA. Grayscale: #B3B3B3. Windows color (decimal): -88779 or 3515902. OLE color: 3515902.

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

Color convert

RGB 254 165 53 -
CMYK 0 0.35 0.79 0.00
HSL 33.43º 0.99% 0.6% -
HSV(B) 33.43º 0.79% 1% -
XYZ 54.97 48.24 9.78 -
YUV 178.84 56.99 181.61 -
System Red Green Blue C M Y K H S L
Decimal 254 165 53 0 0.35 0.79 0.00 33.43 0.99 0.6
Hex FE A5 35 0 23 4F 0 21 63 3C
Octal 376 245 65 0 43 117 0 41 143 74
Binary 11111110 10100101 110101 0 100011 1001111 0 100001 1100011 111100

Color Harmonies of #FEA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA535

Black with #FEA535

Text Example


Text Example

White with #FEA535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA535; }

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

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

background-color css

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

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

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

border-color css

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

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

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