Html Css Color HEX #FEA82D Lightning Yellow

📋 copy color: '#FEA82D'

red 254 ◦ green 168 ◦ blue 45

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

Shades of Lightning Yellow #FEA82D

Tints of Lightning Yellow #FEA82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.64%

R = 54.39%
G = 35.97%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEA82D (or 0xFEA82D) is known color: Lightning Yellow. HEX triplet: FE, A8 and 2D. RGB value is (254,168,45). Sum of RGB (Red+Green+Blue) = 254+168+45=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA82D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA82D is #0157D2. Grayscale: #B4B4B4. Windows color (decimal): -88019 or 2992382. OLE color: 2992382.

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

Color convert

RGB 254 168 45 -
CMYK 0 0.34 0.82 0.00
HSL 35.31º 0.99% 0.59% -
HSV(B) 35.31º 0.82% 1% -
XYZ 55.35 49.27 9.07 -
YUV 179.69 51.99 181 -
System Red Green Blue C M Y K H S L
Decimal 254 168 45 0 0.34 0.82 0.00 35.31 0.99 0.59
Hex FE A8 2D 0 22 52 0 23 63 3B
Octal 376 250 55 0 42 122 0 43 143 73
Binary 11111110 10101000 101101 0 100010 1010010 0 100011 1100011 111011

Color Harmonies of #FEA82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA82D

Black with #FEA82D

Text Example


Text Example

White with #FEA82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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