Html Css Color HEX #FAA82B Lightning Yellow

📋 copy color: '#FAA82B'

red 250 ◦ green 168 ◦ blue 43

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

Shades of Lightning Yellow #FAA82B

Tints of Lightning Yellow #FAA82B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.44%

 BLUE value IS 43 (17.19% from 255) = 9.33%

R = 54.23%
G = 36.44%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAA82B (or 0xFAA82B) is known color: Lightning Yellow. HEX triplet: FA, A8 and 2B. RGB value is (250,168,43). Sum of RGB (Red+Green+Blue) = 250+168+43=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA82B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA82B is #0557D4. Grayscale: #B2B2B2. Windows color (decimal): -350165 or 2861306. OLE color: 2861306.

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

Color convert

RGB 250 168 43 -
CMYK 0 0.33 0.83 0.02
HSL 36.23º 0.95% 0.57% -
HSV(B) 36.23º 0.83% 0.98% -
XYZ 53.86 48.5 8.81 -
YUV 178.27 51.67 179.16 -
System Red Green Blue C M Y K H S L
Decimal 250 168 43 0 0.33 0.83 0.02 36.23 0.95 0.57
Hex FA A8 2B 0 21 53 2 24 5F 39
Octal 372 250 53 0 41 123 2 44 137 71
Binary 11111010 10101000 101011 0 100001 1010011 10 100100 1011111 111001

Color Harmonies of #FAA82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA82B

Black with #FAA82B

Text Example


Text Example

White with #FAA82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA82B; }

 p { color: rgb(250,168,43); }

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

background-color css

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

 a { background-color: rgb(250,168,43); }

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

border-color css

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

 span { border-color: rgb(250,168,43); }

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