Html Css Color HEX #FAA032 Lightning Yellow

📋 copy color: '#FAA032'

red 250 ◦ green 160 ◦ blue 50

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

Shades of Lightning Yellow #FAA032

Tints of Lightning Yellow #FAA032

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.78%

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

R = 54.35%
G = 34.78%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAA032 (or 0xFAA032) is known color: Lightning Yellow. HEX triplet: FA, A0 and 32. RGB value is (250,160,50). Sum of RGB (Red+Green+Blue) = 250+160+50=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA032 is #055FCD. Grayscale: #AEAEAE. Windows color (decimal): -352206 or 3318010. OLE color: 3318010.

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

Color convert

RGB 250 160 50 -
CMYK 0 0.36 0.8 0.02
HSL 33º 0.95% 0.59% -
HSV(B) 33º 0.8% 0.98% -
XYZ 52.57 45.7 9.07 -
YUV 174.37 57.82 181.94 -
System Red Green Blue C M Y K H S L
Decimal 250 160 50 0 0.36 0.8 0.02 33 0.95 0.59
Hex FA A0 32 0 24 50 2 21 5F 3B
Octal 372 240 62 0 44 120 2 41 137 73
Binary 11111010 10100000 110010 0 100100 1010000 10 100001 1011111 111011

Color Harmonies of #FAA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA032

Black with #FAA032

Text Example


Text Example

White with #FAA032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA032; }

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

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

background-color css

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

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

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

border-color css

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

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

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