Html Css Color HEX #FAA332 Lightning Yellow

📋 copy color: '#FAA332'

red 250 ◦ green 163 ◦ blue 50

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

Shades of Lightning Yellow #FAA332

Tints of Lightning Yellow #FAA332

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.21%

 BLUE value IS 50 (19.92% from 255) = 10.8%

R = 54%
G = 35.21%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAA332 (or 0xFAA332) is known color: Lightning Yellow. HEX triplet: FA, A3 and 32. RGB value is (250,163,50). Sum of RGB (Red+Green+Blue) = 250+163+50=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA332 is #055CCD. Grayscale: #B0B0B0. Windows color (decimal): -351438 or 3318778. OLE color: 3318778.

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

Color convert

RGB 250 163 50 -
CMYK 0 0.35 0.8 0.02
HSL 33.9º 0.95% 0.59% -
HSV(B) 33.9º 0.8% 0.98% -
XYZ 53.1 46.75 9.24 -
YUV 176.13 56.82 180.69 -
System Red Green Blue C M Y K H S L
Decimal 250 163 50 0 0.35 0.8 0.02 33.9 0.95 0.59
Hex FA A3 32 0 23 50 2 22 5F 3B
Octal 372 243 62 0 43 120 2 42 137 73
Binary 11111010 10100011 110010 0 100011 1010000 10 100010 1011111 111011

Color Harmonies of #FAA332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA332

Black with #FAA332

Text Example


Text Example

White with #FAA332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA332; }

 p { color: rgb(250,163,50); }

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

background-color css

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

 a { background-color: rgb(250,163,50); }

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

border-color css

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

 span { border-color: rgb(250,163,50); }

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