Html Css Color HEX #FAA123 Lightning Yellow

📋 copy color: '#FAA123'

red 250 ◦ green 161 ◦ blue 35

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

Shades of Lightning Yellow #FAA123

Tints of Lightning Yellow #FAA123

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.1%

 BLUE value IS 35 (14.06% from 255) = 7.85%

R = 56.05%
G = 36.1%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAA123 (or 0xFAA123) is known color: Lightning Yellow. HEX triplet: FA, A1 and 23. RGB value is (250,161,35). Sum of RGB (Red+Green+Blue) = 250+161+35=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 35 (14.06% from 255 or 7.85% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA123 is #055EDC. Grayscale: #ADADAD. Windows color (decimal): -351965 or 2335226. OLE color: 2335226.

HSL color Cylindrical-coordinate representation of color #FAA123: hue angle of 35.16º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAA123 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 161 35 -
CMYK 0 0.36 0.86 0.02
HSL 35.16º 0.96% 0.56% -
HSV(B) 35.16º 0.86% 0.98% -
XYZ 52.47 45.94 7.69 -
YUV 173.25 49.99 182.75 -
System Red Green Blue C M Y K H S L
Decimal 250 161 35 0 0.36 0.86 0.02 35.16 0.96 0.56
Hex FA A1 23 0 24 56 2 23 60 38
Octal 372 241 43 0 44 126 2 43 140 70
Binary 11111010 10100001 100011 0 100100 1010110 10 100011 1100000 111000

Color Harmonies of #FAA123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA123

Black with #FAA123

Text Example


Text Example

White with #FAA123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA123; }

 p { color: rgb(250,161,35); }

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

background-color css

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

 a { background-color: rgb(250,161,35); }

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

border-color css

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

 span { border-color: rgb(250,161,35); }

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