Html Css Color HEX #FEA92D Lightning Yellow

📋 copy color: '#FEA92D'

red 254 ◦ green 169 ◦ blue 45

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

Shades of Lightning Yellow #FEA92D

Tints of Lightning Yellow #FEA92D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.11%

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

R = 54.27%
G = 36.11%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEA92D (or 0xFEA92D) is known color: Lightning Yellow. HEX triplet: FE, A9 and 2D. RGB value is (254,169,45). Sum of RGB (Red+Green+Blue) = 254+169+45=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA92D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA92D is #0156D2. Grayscale: #B4B4B4. Windows color (decimal): -87763 or 2992638. OLE color: 2992638.

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

Color convert

RGB 254 169 45 -
CMYK 0 0.33 0.82 0.00
HSL 35.6º 0.99% 0.59% -
HSV(B) 35.6º 0.82% 1% -
XYZ 55.53 49.64 9.14 -
YUV 180.28 51.66 180.58 -
System Red Green Blue C M Y K H S L
Decimal 254 169 45 0 0.33 0.82 0.00 35.6 0.99 0.59
Hex FE A9 2D 0 21 52 0 24 63 3B
Octal 376 251 55 0 41 122 0 44 143 73
Binary 11111110 10101001 101101 0 100001 1010010 0 100100 1100011 111011

Color Harmonies of #FEA92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA92D

Black with #FEA92D

Text Example


Text Example

White with #FEA92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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