Html Css Color HEX #FAA531 Lightning Yellow

📋 copy color: '#FAA531'

red 250 ◦ green 165 ◦ blue 49

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

Shades of Lightning Yellow #FAA531

Tints of Lightning Yellow #FAA531

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.56%

 BLUE value IS 49 (19.53% from 255) = 10.56%

R = 53.88%
G = 35.56%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAA531 (or 0xFAA531) is known color: Lightning Yellow. HEX triplet: FA, A5 and 31. RGB value is (250,165,49). Sum of RGB (Red+Green+Blue) = 250+165+49=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA531 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA531 is #055ACE. Grayscale: #B1B1B1. Windows color (decimal): -350927 or 3253754. OLE color: 3253754.

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

Color convert

RGB 250 165 49 -
CMYK 0 0.34 0.80 0.02
HSL 34.63º 0.95% 0.59% -
HSV(B) 34.63º 0.8% 0.98% -
XYZ 53.43 47.46 9.25 -
YUV 177.19 55.66 179.93 -
System Red Green Blue C M Y K H S L
Decimal 250 165 49 0 0.34 0.80 0.02 34.63 0.95 0.59
Hex FA A5 31 0 22 50 2 23 5F 3B
Octal 372 245 61 0 42 120 2 43 137 73
Binary 11111010 10100101 110001 0 100010 1010000 10 100011 1011111 111011

Color Harmonies of #FAA531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA531

Black with #FAA531

Text Example


Text Example

White with #FAA531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA531; }

 p { color: rgb(250,165,49); }

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

background-color css

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

 a { background-color: rgb(250,165,49); }

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

border-color css

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

 span { border-color: rgb(250,165,49); }

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