Html Css Color HEX #FAAB30 Lightning Yellow

📋 copy color: '#FAAB30'

red 250 ◦ green 171 ◦ blue 48

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

Shades of Lightning Yellow #FAAB30

Tints of Lightning Yellow #FAAB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.23%

R = 53.3%
G = 36.46%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAAB30 (or 0xFAAB30) is known color: Lightning Yellow. HEX triplet: FA, AB and 30. RGB value is (250,171,48). Sum of RGB (Red+Green+Blue) = 250+171+48=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB30 is #0554CF. Grayscale: #B5B5B5. Windows color (decimal): -349392 or 3189754. OLE color: 3189754.

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

Color convert

RGB 250 171 48 -
CMYK 0 0.32 0.81 0.02
HSL 36.53º 0.95% 0.58% -
HSV(B) 36.53º 0.81% 0.98% -
XYZ 54.52 49.66 9.51 -
YUV 180.6 53.17 177.5 -
System Red Green Blue C M Y K H S L
Decimal 250 171 48 0 0.32 0.81 0.02 36.53 0.95 0.58
Hex FA AB 30 0 20 51 2 25 5F 3A
Octal 372 253 60 0 40 121 2 45 137 72
Binary 11111010 10101011 110000 0 100000 1010001 10 100101 1011111 111010

Color Harmonies of #FAAB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB30

Black with #FAAB30

Text Example


Text Example

White with #FAAB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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