Html Css Color HEX #FAAA33 Lightning Yellow

📋 copy color: '#FAAA33'

red 250 ◦ green 170 ◦ blue 51

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

Shades of Lightning Yellow #FAAA33

Tints of Lightning Yellow #FAAA33

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.09%

 BLUE value IS 51 (20.31% from 255) = 10.83%

R = 53.08%
G = 36.09%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAAA33 (or 0xFAAA33) is known color: Lightning Yellow. HEX triplet: FA, AA and 33. RGB value is (250,170,51). Sum of RGB (Red+Green+Blue) = 250+170+51=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 51 (20.31% from 255 or 10.83% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA33 is #0555CC. Grayscale: #B4B4B4. Windows color (decimal): -349645 or 3386106. OLE color: 3386106.

HSL color Cylindrical-coordinate representation of color #FAAA33: hue angle of 35.88º 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 #FAAA33 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 170 51 -
CMYK 0 0.32 0.80 0.02
HSL 35.88º 0.95% 0.59% -
HSV(B) 35.88º 0.8% 0.98% -
XYZ 54.4 49.31 9.78 -
YUV 180.35 55 177.68 -
System Red Green Blue C M Y K H S L
Decimal 250 170 51 0 0.32 0.80 0.02 35.88 0.95 0.59
Hex FA AA 33 0 20 50 2 24 5F 3B
Octal 372 252 63 0 40 120 2 44 137 73
Binary 11111010 10101010 110011 0 100000 1010000 10 100100 1011111 111011

Color Harmonies of #FAAA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA33

Black with #FAAA33

Text Example


Text Example

White with #FAAA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA33; }

 p { color: rgb(250,170,51); }

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

background-color css

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

 a { background-color: rgb(250,170,51); }

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

border-color css

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

 span { border-color: rgb(250,170,51); }

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