Html Css Color HEX #FAAB34 Lightning Yellow

📋 copy color: '#FAAB34'

red 250 ◦ green 171 ◦ blue 52

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

Shades of Lightning Yellow #FAAB34

Tints of Lightning Yellow #FAAB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.99%

R = 52.85%
G = 36.15%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAAB34 (or 0xFAAB34) is known color: Lightning Yellow. HEX triplet: FA, AB and 34. RGB value is (250,171,52). Sum of RGB (Red+Green+Blue) = 250+171+52=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB34 is #0554CB. Grayscale: #B5B5B5. Windows color (decimal): -349388 or 3451898. OLE color: 3451898.

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

Color convert

RGB 250 171 52 -
CMYK 0 0.32 0.79 0.02
HSL 36.06º 0.95% 0.59% -
HSV(B) 36.06º 0.79% 0.98% -
XYZ 54.61 49.7 9.96 -
YUV 181.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 250 171 52 0 0.32 0.79 0.02 36.06 0.95 0.59
Hex FA AB 34 0 20 4F 2 24 5F 3B
Octal 372 253 64 0 40 117 2 44 137 73
Binary 11111010 10101011 110100 0 100000 1001111 10 100100 1011111 111011

Color Harmonies of #FAAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB34

Black with #FAAB34

Text Example


Text Example

White with #FAAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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