Html Css Color HEX #FEA92F Lightning Yellow

📋 copy color: '#FEA92F'

red 254 ◦ green 169 ◦ blue 47

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

Shades of Lightning Yellow #FEA92F

Tints of Lightning Yellow #FEA92F

RGB

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

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

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

R = 54.04%
G = 35.96%
B = 10%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEA92F (or 0xFEA92F) is known color: Lightning Yellow. HEX triplet: FE, A9 and 2F. RGB value is (254,169,47). Sum of RGB (Red+Green+Blue) = 254+169+47=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 47 (18.75% from 255 or 10% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA92F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA92F is #0156D0. Grayscale: #B5B5B5. Windows color (decimal): -87761 or 3123710. OLE color: 3123710.

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

Color convert

RGB 254 169 47 -
CMYK 0 0.33 0.81 0.00
HSL 35.36º 0.99% 0.59% -
HSV(B) 35.36º 0.81% 1% -
XYZ 55.57 49.65 9.34 -
YUV 180.51 52.66 180.42 -
System Red Green Blue C M Y K H S L
Decimal 254 169 47 0 0.33 0.81 0.00 35.36 0.99 0.59
Hex FE A9 2F 0 21 51 0 23 63 3B
Octal 376 251 57 0 41 121 0 43 143 73
Binary 11111110 10101001 101111 0 100001 1010001 0 100011 1100011 111011

Color Harmonies of #FEA92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA92F

Black with #FEA92F

Text Example


Text Example

White with #FEA92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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