Html Css Color HEX #FEAB2C Lightning Yellow

📋 copy color: '#FEAB2C'

red 254 ◦ green 171 ◦ blue 44

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

Shades of Lightning Yellow #FEAB2C

Tints of Lightning Yellow #FEAB2C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.46%

 BLUE value IS 44 (17.58% from 255) = 9.38%

R = 54.16%
G = 36.46%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEAB2C (or 0xFEAB2C) is known color: Lightning Yellow. HEX triplet: FE, AB and 2C. RGB value is (254,171,44). Sum of RGB (Red+Green+Blue) = 254+171+44=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB2C is #0154D3. Grayscale: #B5B5B5. Windows color (decimal): -87252 or 2927614. OLE color: 2927614.

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

Color convert

RGB 254 171 44 -
CMYK 0 0.33 0.83 0.00
HSL 36.29º 0.99% 0.58% -
HSV(B) 36.29º 0.83% 1% -
XYZ 55.89 50.38 9.16 -
YUV 181.34 50.5 179.83 -
System Red Green Blue C M Y K H S L
Decimal 254 171 44 0 0.33 0.83 0.00 36.29 0.99 0.58
Hex FE AB 2C 0 21 53 0 24 63 3A
Octal 376 253 54 0 41 123 0 44 143 72
Binary 11111110 10101011 101100 0 100001 1010011 0 100100 1100011 111010

Color Harmonies of #FEAB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB2C

Black with #FEAB2C

Text Example


Text Example

White with #FEAB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB2C; }

 p { color: rgb(254,171,44); }

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

background-color css

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

 a { background-color: rgb(254,171,44); }

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

border-color css

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

 span { border-color: rgb(254,171,44); }

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