Html Css Color HEX #FAA033 Lightning Yellow

📋 copy color: '#FAA033'

red 250 ◦ green 160 ◦ blue 51

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

Shades of Lightning Yellow #FAA033

Tints of Lightning Yellow #FAA033

RGB

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

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

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

R = 54.23%
G = 34.71%
B = 11.06%

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

#FAA033 (or 0xFAA033) is known color: Lightning Yellow. HEX triplet: FA, A0 and 33. RGB value is (250,160,51). Sum of RGB (Red+Green+Blue) = 250+160+51=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 51 (20.31% from 255 or 11.06% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA033 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA033 is #055FCC. Grayscale: #AFAFAF. Windows color (decimal): -352205 or 3383546. OLE color: 3383546.

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

Color convert

RGB 250 160 51 -
CMYK 0 0.36 0.80 0.02
HSL 32.86º 0.95% 0.59% -
HSV(B) 32.86º 0.8% 0.98% -
XYZ 52.59 45.7 9.18 -
YUV 174.48 58.32 181.86 -
System Red Green Blue C M Y K H S L
Decimal 250 160 51 0 0.36 0.80 0.02 32.86 0.95 0.59
Hex FA A0 33 0 24 50 2 21 5F 3B
Octal 372 240 63 0 44 120 2 41 137 73
Binary 11111010 10100000 110011 0 100100 1010000 10 100001 1011111 111011

Color Harmonies of #FAA033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA033

Black with #FAA033

Text Example


Text Example

White with #FAA033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA033; }

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

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

background-color css

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

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

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

border-color css

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

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

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