Html Css Color HEX #FAA232 Lightning Yellow

📋 copy color: '#FAA232'

red 250 ◦ green 162 ◦ blue 50

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

Shades of Lightning Yellow #FAA232

Tints of Lightning Yellow #FAA232

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.06%

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

R = 54.11%
G = 35.06%
B = 10.82%

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

#FAA232 (or 0xFAA232) is known color: Lightning Yellow. HEX triplet: FA, A2 and 32. RGB value is (250,162,50). Sum of RGB (Red+Green+Blue) = 250+162+50=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA232 is #055DCD. Grayscale: #B0B0B0. Windows color (decimal): -351694 or 3318522. OLE color: 3318522.

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

Color convert

RGB 250 162 50 -
CMYK 0 0.35 0.8 0.02
HSL 33.6º 0.95% 0.59% -
HSV(B) 33.6º 0.8% 0.98% -
XYZ 52.92 46.39 9.18 -
YUV 175.54 57.15 181.11 -
System Red Green Blue C M Y K H S L
Decimal 250 162 50 0 0.35 0.8 0.02 33.6 0.95 0.59
Hex FA A2 32 0 23 50 2 22 5F 3B
Octal 372 242 62 0 43 120 2 42 137 73
Binary 11111010 10100010 110010 0 100011 1010000 10 100010 1011111 111011

Color Harmonies of #FAA232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA232

Black with #FAA232

Text Example


Text Example

White with #FAA232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA232; }

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

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

background-color css

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

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

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

border-color css

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

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

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