Html Css Color HEX #FEA82F Lightning Yellow

📋 copy color: '#FEA82F'

red 254 ◦ green 168 ◦ blue 47

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

Shades of Lightning Yellow #FEA82F

Tints of Lightning Yellow #FEA82F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.82%

 BLUE value IS 47 (18.75% from 255) = 10.02%

R = 54.16%
G = 35.82%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEA82F (or 0xFEA82F) is known color: Lightning Yellow. HEX triplet: FE, A8 and 2F. RGB value is (254,168,47). Sum of RGB (Red+Green+Blue) = 254+168+47=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 47 (18.75% from 255 or 10.02% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA82F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA82F is #0157D0. Grayscale: #B4B4B4. Windows color (decimal): -88017 or 3123454. OLE color: 3123454.

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

Color convert

RGB 254 168 47 -
CMYK 0 0.34 0.81 0.00
HSL 35.07º 0.99% 0.59% -
HSV(B) 35.07º 0.81% 1% -
XYZ 55.39 49.28 9.28 -
YUV 179.92 52.99 180.84 -
System Red Green Blue C M Y K H S L
Decimal 254 168 47 0 0.34 0.81 0.00 35.07 0.99 0.59
Hex FE A8 2F 0 22 51 0 23 63 3B
Octal 376 250 57 0 42 121 0 43 143 73
Binary 11111110 10101000 101111 0 100010 1010001 0 100011 1100011 111011

Color Harmonies of #FEA82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA82F

Black with #FEA82F

Text Example


Text Example

White with #FEA82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA82F; }

 p { color: rgb(254,168,47); }

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

background-color css

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

 a { background-color: rgb(254,168,47); }

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

border-color css

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

 span { border-color: rgb(254,168,47); }

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