Html Css Color HEX #FAAB2B Lightning Yellow

📋 copy color: '#FAAB2B'

red 250 ◦ green 171 ◦ blue 43

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

Shades of Lightning Yellow #FAAB2B

Tints of Lightning Yellow #FAAB2B

RGB

 RED value IS 250 (98.05% from 255) = 53.88%

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

 BLUE value IS 43 (17.19% from 255) = 9.27%

R = 53.88%
G = 36.85%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAAB2B (or 0xFAAB2B) is known color: Lightning Yellow. HEX triplet: FA, AB and 2B. RGB value is (250,171,43). Sum of RGB (Red+Green+Blue) = 250+171+43=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB2B is #0554D4. Grayscale: #B4B4B4. Windows color (decimal): -349397 or 2862074. OLE color: 2862074.

HSL color Cylindrical-coordinate representation of color #FAAB2B: hue angle of 37.1º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAAB2B is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 171 43 -
CMYK 0 0.32 0.83 0.02
HSL 37.1º 0.95% 0.57% -
HSV(B) 37.1º 0.83% 0.98% -
XYZ 54.42 49.62 9 -
YUV 180.03 50.67 177.91 -
System Red Green Blue C M Y K H S L
Decimal 250 171 43 0 0.32 0.83 0.02 37.1 0.95 0.57
Hex FA AB 2B 0 20 53 2 25 5F 39
Octal 372 253 53 0 40 123 2 45 137 71
Binary 11111010 10101011 101011 0 100000 1010011 10 100101 1011111 111001

Color Harmonies of #FAAB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB2B

Black with #FAAB2B

Text Example


Text Example

White with #FAAB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB2B; }

 p { color: rgb(250,171,43); }

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

background-color css

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

 a { background-color: rgb(250,171,43); }

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

border-color css

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

 span { border-color: rgb(250,171,43); }

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