Html Css Color HEX #FEA42F Lightning Yellow

📋 copy color: '#FEA42F'

red 254 ◦ green 164 ◦ blue 47

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

Shades of Lightning Yellow #FEA42F

Tints of Lightning Yellow #FEA42F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.27%

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

R = 54.62%
G = 35.27%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEA42F (or 0xFEA42F) is known color: Lightning Yellow. HEX triplet: FE, A4 and 2F. RGB value is (254,164,47). Sum of RGB (Red+Green+Blue) = 254+164+47=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA42F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA42F is #015BD0. Grayscale: #B2B2B2. Windows color (decimal): -89041 or 3122430. OLE color: 3122430.

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

Color convert

RGB 254 164 47 -
CMYK 0 0.35 0.81 0.00
HSL 33.91º 0.99% 0.59% -
HSV(B) 33.91º 0.81% 1% -
XYZ 54.66 47.83 9.04 -
YUV 177.57 54.32 182.51 -
System Red Green Blue C M Y K H S L
Decimal 254 164 47 0 0.35 0.81 0.00 33.91 0.99 0.59
Hex FE A4 2F 0 23 51 0 22 63 3B
Octal 376 244 57 0 43 121 0 42 143 73
Binary 11111110 10100100 101111 0 100011 1010001 0 100010 1100011 111011

Color Harmonies of #FEA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA42F

Black with #FEA42F

Text Example


Text Example

White with #FEA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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