Html Css Color HEX #FEA135 Lightning Yellow

📋 copy color: '#FEA135'

red 254 ◦ green 161 ◦ blue 53

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

Shades of Lightning Yellow #FEA135

Tints of Lightning Yellow #FEA135

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.4%

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

R = 54.27%
G = 34.4%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FEA135 (or 0xFEA135) is known color: Lightning Yellow. HEX triplet: FE, A1 and 35. RGB value is (254,161,53). Sum of RGB (Red+Green+Blue) = 254+161+53=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA135 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA135 is #015ECA. Grayscale: #B1B1B1. Windows color (decimal): -89803 or 3514878. OLE color: 3514878.

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

Color convert

RGB 254 161 53 -
CMYK 0 0.37 0.79 0.00
HSL 32.24º 0.99% 0.6% -
HSV(B) 32.24º 0.79% 1% -
XYZ 54.26 46.82 9.55 -
YUV 176.5 58.31 183.28 -
System Red Green Blue C M Y K H S L
Decimal 254 161 53 0 0.37 0.79 0.00 32.24 0.99 0.6
Hex FE A1 35 0 25 4F 0 20 63 3C
Octal 376 241 65 0 45 117 0 40 143 74
Binary 11111110 10100001 110101 0 100101 1001111 0 100000 1100011 111100

Color Harmonies of #FEA135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA135

Black with #FEA135

Text Example


Text Example

White with #FEA135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA135; }

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

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

background-color css

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

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

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

border-color css

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

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

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