Html Css Color HEX #FAA133 Lightning Yellow

📋 copy color: '#FAA133'

red 250 ◦ green 161 ◦ blue 51

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

Shades of Lightning Yellow #FAA133

Tints of Lightning Yellow #FAA133

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.85%

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

R = 54.11%
G = 34.85%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAA133 (or 0xFAA133) is known color: Lightning Yellow. HEX triplet: FA, A1 and 33. RGB value is (250,161,51). Sum of RGB (Red+Green+Blue) = 250+161+51=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 51 (20.31% from 255 or 11.04% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA133 is #055ECC. Grayscale: #AFAFAF. Windows color (decimal): -351949 or 3383802. OLE color: 3383802.

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

Color convert

RGB 250 161 51 -
CMYK 0 0.36 0.80 0.02
HSL 33.17º 0.95% 0.59% -
HSV(B) 33.17º 0.8% 0.98% -
XYZ 52.77 46.05 9.24 -
YUV 175.07 57.99 181.44 -
System Red Green Blue C M Y K H S L
Decimal 250 161 51 0 0.36 0.80 0.02 33.17 0.95 0.59
Hex FA A1 33 0 24 50 2 21 5F 3B
Octal 372 241 63 0 44 120 2 41 137 73
Binary 11111010 10100001 110011 0 100100 1010000 10 100001 1011111 111011

Color Harmonies of #FAA133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA133

Black with #FAA133

Text Example


Text Example

White with #FAA133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA133; }

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

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

background-color css

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

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

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

border-color css

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

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

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