Html Css Color HEX #FEA02B Lightning Yellow

📋 copy color: '#FEA02B'

red 254 ◦ green 160 ◦ blue 43

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

Shades of Lightning Yellow #FEA02B

Tints of Lightning Yellow #FEA02B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.01%

 BLUE value IS 43 (17.19% from 255) = 9.41%

R = 55.58%
G = 35.01%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEA02B (or 0xFEA02B) is known color: Lightning Yellow. HEX triplet: FE, A0 and 2B. RGB value is (254,160,43). Sum of RGB (Red+Green+Blue) = 254+160+43=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 43 (17.19% from 255 or 9.41% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA02B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA02B is #015FD4. Grayscale: #AFAFAF. Windows color (decimal): -90069 or 2859262. OLE color: 2859262.

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

Color convert

RGB 254 160 43 -
CMYK 0 0.37 0.83 0.00
HSL 33.27º 0.99% 0.58% -
HSV(B) 33.27º 0.83% 1% -
XYZ 53.88 46.39 8.4 -
YUV 174.77 53.64 184.51 -
System Red Green Blue C M Y K H S L
Decimal 254 160 43 0 0.37 0.83 0.00 33.27 0.99 0.58
Hex FE A0 2B 0 25 53 0 21 63 3A
Octal 376 240 53 0 45 123 0 41 143 72
Binary 11111110 10100000 101011 0 100101 1010011 0 100001 1100011 111010

Color Harmonies of #FEA02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA02B

Black with #FEA02B

Text Example


Text Example

White with #FEA02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA02B; }

 p { color: rgb(254,160,43); }

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

background-color css

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

 a { background-color: rgb(254,160,43); }

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

border-color css

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

 span { border-color: rgb(254,160,43); }

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