Html Css Color HEX #FAA328 Lightning Yellow

📋 copy color: '#FAA328'

red 250 ◦ green 163 ◦ blue 40

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

Shades of Lightning Yellow #FAA328

Tints of Lightning Yellow #FAA328

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.98%

 BLUE value IS 40 (16.02% from 255) = 8.83%

R = 55.19%
G = 35.98%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAA328 (or 0xFAA328) is known color: Lightning Yellow. HEX triplet: FA, A3 and 28. RGB value is (250,163,40). Sum of RGB (Red+Green+Blue) = 250+163+40=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA328 is #055CD7. Grayscale: #AFAFAF. Windows color (decimal): -351448 or 2663418. OLE color: 2663418.

HSL color Cylindrical-coordinate representation of color #FAA328: hue angle of 35.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAA328 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 163 40 -
CMYK 0 0.35 0.84 0.02
HSL 35.14º 0.95% 0.57% -
HSV(B) 35.14º 0.84% 0.98% -
XYZ 52.9 46.67 8.23 -
YUV 174.99 51.82 181.5 -
System Red Green Blue C M Y K H S L
Decimal 250 163 40 0 0.35 0.84 0.02 35.14 0.95 0.57
Hex FA A3 28 0 23 54 2 23 5F 39
Octal 372 243 50 0 43 124 2 43 137 71
Binary 11111010 10100011 101000 0 100011 1010100 10 100011 1011111 111001

Color Harmonies of #FAA328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA328

Black with #FAA328

Text Example


Text Example

White with #FAA328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA328; }

 p { color: rgb(250,163,40); }

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

background-color css

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

 a { background-color: rgb(250,163,40); }

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

border-color css

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

 span { border-color: rgb(250,163,40); }

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