Html Css Color HEX #FAA223 Lightning Yellow

📋 copy color: '#FAA223'

red 250 ◦ green 162 ◦ blue 35

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

Shades of Lightning Yellow #FAA223

Tints of Lightning Yellow #FAA223

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.24%

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

R = 55.93%
G = 36.24%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAA223 (or 0xFAA223) is known color: Lightning Yellow. HEX triplet: FA, A2 and 23. RGB value is (250,162,35). Sum of RGB (Red+Green+Blue) = 250+162+35=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 35 (14.06% from 255 or 7.83% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA223 is #055DDC. Grayscale: #AEAEAE. Windows color (decimal): -351709 or 2335482. OLE color: 2335482.

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

Color convert

RGB 250 162 35 -
CMYK 0 0.35 0.86 0.02
HSL 35.44º 0.96% 0.56% -
HSV(B) 35.44º 0.86% 0.98% -
XYZ 52.65 46.29 7.75 -
YUV 173.83 49.65 182.33 -
System Red Green Blue C M Y K H S L
Decimal 250 162 35 0 0.35 0.86 0.02 35.44 0.96 0.56
Hex FA A2 23 0 23 56 2 23 60 38
Octal 372 242 43 0 43 126 2 43 140 70
Binary 11111010 10100010 100011 0 100011 1010110 10 100011 1100000 111000

Color Harmonies of #FAA223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA223

Black with #FAA223

Text Example


Text Example

White with #FAA223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA223; }

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

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

background-color css

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

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

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

border-color css

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

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

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