Html Css Color HEX #FEA735 Lightning Yellow

📋 copy color: '#FEA735'

red 254 ◦ green 167 ◦ blue 53

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

Shades of Lightning Yellow #FEA735

Tints of Lightning Yellow #FEA735

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.23%

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

R = 53.59%
G = 35.23%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FEA735 (or 0xFEA735) is known color: Lightning Yellow. HEX triplet: FE, A7 and 35. RGB value is (254,167,53). Sum of RGB (Red+Green+Blue) = 254+167+53=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 53 (21.09% from 255 or 11.18% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA735 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA735 is #0158CA. Grayscale: #B4B4B4. Windows color (decimal): -88267 or 3516414. OLE color: 3516414.

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

Color convert

RGB 254 167 53 -
CMYK 0 0.34 0.79 0.00
HSL 34.03º 0.99% 0.6% -
HSV(B) 34.03º 0.79% 1% -
XYZ 55.33 48.97 9.9 -
YUV 180.02 56.32 180.77 -
System Red Green Blue C M Y K H S L
Decimal 254 167 53 0 0.34 0.79 0.00 34.03 0.99 0.6
Hex FE A7 35 0 22 4F 0 22 63 3C
Octal 376 247 65 0 42 117 0 42 143 74
Binary 11111110 10100111 110101 0 100010 1001111 0 100010 1100011 111100

Color Harmonies of #FEA735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA735

Black with #FEA735

Text Example


Text Example

White with #FEA735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA735; }

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

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

background-color css

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

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

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

border-color css

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

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

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