Html Css Color HEX #FAA533 Lightning Yellow

📋 copy color: '#FAA533'

red 250 ◦ green 165 ◦ blue 51

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

Shades of Lightning Yellow #FAA533

Tints of Lightning Yellow #FAA533

RGB

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

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

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

R = 53.65%
G = 35.41%
B = 10.94%

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

#FAA533 (or 0xFAA533) is known color: Lightning Yellow. HEX triplet: FA, A5 and 33. RGB value is (250,165,51). Sum of RGB (Red+Green+Blue) = 250+165+51=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA533 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA533 is #055ACC. Grayscale: #B1B1B1. Windows color (decimal): -350925 or 3384826. OLE color: 3384826.

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

Color convert

RGB 250 165 51 -
CMYK 0 0.34 0.80 0.02
HSL 34.37º 0.95% 0.59% -
HSV(B) 34.37º 0.8% 0.98% -
XYZ 53.48 47.47 9.48 -
YUV 177.42 56.66 179.77 -
System Red Green Blue C M Y K H S L
Decimal 250 165 51 0 0.34 0.80 0.02 34.37 0.95 0.59
Hex FA A5 33 0 22 50 2 22 5F 3B
Octal 372 245 63 0 42 120 2 42 137 73
Binary 11111010 10100101 110011 0 100010 1010000 10 100010 1011111 111011

Color Harmonies of #FAA533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA533

Black with #FAA533

Text Example


Text Example

White with #FAA533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA533; }

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

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

background-color css

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

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

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

border-color css

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

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

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