Html Css Color HEX #FAA82A Lightning Yellow

📋 copy color: '#FAA82A'

red 250 ◦ green 168 ◦ blue 42

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

Shades of Lightning Yellow #FAA82A

Tints of Lightning Yellow #FAA82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.13%

R = 54.35%
G = 36.52%
B = 9.13%

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

#FAA82A (or 0xFAA82A) is known color: Lightning Yellow. HEX triplet: FA, A8 and 2A. RGB value is (250,168,42). Sum of RGB (Red+Green+Blue) = 250+168+42=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 42 (16.80% from 255 or 9.13% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA82A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA82A is #0557D5. Grayscale: #B2B2B2. Windows color (decimal): -350166 or 2795770. OLE color: 2795770.

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

Color convert

RGB 250 168 42 -
CMYK 0 0.33 0.83 0.02
HSL 36.35º 0.95% 0.57% -
HSV(B) 36.35º 0.83% 0.98% -
XYZ 53.84 48.5 8.71 -
YUV 178.15 51.17 179.25 -
System Red Green Blue C M Y K H S L
Decimal 250 168 42 0 0.33 0.83 0.02 36.35 0.95 0.57
Hex FA A8 2A 0 21 53 2 24 5F 39
Octal 372 250 52 0 41 123 2 44 137 71
Binary 11111010 10101000 101010 0 100001 1010011 10 100100 1011111 111001

Color Harmonies of #FAA82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA82A

Black with #FAA82A

Text Example


Text Example

White with #FAA82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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