Html Css Color HEX #FAAB27 Lightning Yellow

📋 copy color: '#FAAB27'

red 250 ◦ green 171 ◦ blue 39

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

Shades of Lightning Yellow #FAAB27

Tints of Lightning Yellow #FAAB27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.48%

R = 54.35%
G = 37.17%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAAB27 (or 0xFAAB27) is known color: Lightning Yellow. HEX triplet: FA, AB and 27. RGB value is (250,171,39). Sum of RGB (Red+Green+Blue) = 250+171+39=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB27 is #0554D8. Grayscale: #B4B4B4. Windows color (decimal): -349401 or 2599930. OLE color: 2599930.

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

Color convert

RGB 250 171 39 -
CMYK 0 0.32 0.84 0.02
HSL 37.54º 0.95% 0.57% -
HSV(B) 37.54º 0.84% 0.98% -
XYZ 54.35 49.6 8.63 -
YUV 179.57 48.67 178.23 -
System Red Green Blue C M Y K H S L
Decimal 250 171 39 0 0.32 0.84 0.02 37.54 0.95 0.57
Hex FA AB 27 0 20 54 2 26 5F 39
Octal 372 253 47 0 40 124 2 46 137 71
Binary 11111010 10101011 100111 0 100000 1010100 10 100110 1011111 111001

Color Harmonies of #FAAB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB27

Black with #FAAB27

Text Example


Text Example

White with #FAAB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB27; }

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

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

background-color css

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

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

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

border-color css

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

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

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