Html Css Color HEX #FAAB2D Lightning Yellow

📋 copy color: '#FAAB2D'

red 250 ◦ green 171 ◦ blue 45

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

Shades of Lightning Yellow #FAAB2D

Tints of Lightning Yellow #FAAB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.66%

R = 53.65%
G = 36.7%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAAB2D (or 0xFAAB2D) is known color: Lightning Yellow. HEX triplet: FA, AB and 2D. RGB value is (250,171,45). Sum of RGB (Red+Green+Blue) = 250+171+45=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB2D is #0554D2. Grayscale: #B4B4B4. Windows color (decimal): -349395 or 2993146. OLE color: 2993146.

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

Color convert

RGB 250 171 45 -
CMYK 0 0.32 0.82 0.02
HSL 36.88º 0.95% 0.58% -
HSV(B) 36.88º 0.82% 0.98% -
XYZ 54.46 49.64 9.19 -
YUV 180.26 51.67 177.75 -
System Red Green Blue C M Y K H S L
Decimal 250 171 45 0 0.32 0.82 0.02 36.88 0.95 0.58
Hex FA AB 2D 0 20 52 2 25 5F 3A
Octal 372 253 55 0 40 122 2 45 137 72
Binary 11111010 10101011 101101 0 100000 1010010 10 100101 1011111 111010

Color Harmonies of #FAAB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB2D

Black with #FAAB2D

Text Example


Text Example

White with #FAAB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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