Html Css Color HEX #FFAB2A Lightning Yellow

📋 copy color: '#FFAB2A'

red 255 ◦ green 171 ◦ blue 42

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

Shades of Lightning Yellow #FFAB2A

Tints of Lightning Yellow #FFAB2A

RGB

 RED value IS 255 (100% from 255) = 54.49%

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

 BLUE value IS 42 (16.8% from 255) = 8.97%

R = 54.49%
G = 36.54%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFAB2A (or 0xFFAB2A) is known color: Lightning Yellow. HEX triplet: FF, AB and 2A. RGB value is (255,171,42). Sum of RGB (Red+Green+Blue) = 255+171+42=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB2A is #0054D5. Grayscale: #B6B6B6. Windows color (decimal): -21718 or 2796543. OLE color: 2796543.

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

Color convert

RGB 255 171 42 -
CMYK 0 0.33 0.84 0
HSL 36.34º 1% 0.58% -
HSV(B) 36.34º 0.84% 1% -
XYZ 56.22 50.55 8.99 -
YUV 181.41 49.33 180.49 -
System Red Green Blue C M Y K H S L
Decimal 255 171 42 0 0.33 0.84 0 36.34 1 0.58
Hex FF AB 2A 0 21 54 0 24 64 3A
Octal 377 253 52 0 41 124 0 44 144 72
Binary 11111111 10101011 101010 0 100001 1010100 0 100100 1100100 111010

Color Harmonies of #FFAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB2A

Black with #FFAB2A

Text Example


Text Example

White with #FFAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB2A; }

 p { color: rgb(255,171,42); }

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

background-color css

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

 a { background-color: rgb(255,171,42); }

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

border-color css

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

 span { border-color: rgb(255,171,42); }

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