Html Css Color HEX #FAA239 Lightning Yellow

📋 copy color: '#FAA239'

red 250 ◦ green 162 ◦ blue 57

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

Shades of Lightning Yellow #FAA239

Tints of Lightning Yellow #FAA239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.15%

R = 53.3%
G = 34.54%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAA239 (or 0xFAA239) is known color: Lightning Yellow. HEX triplet: FA, A2 and 39. RGB value is (250,162,57). Sum of RGB (Red+Green+Blue) = 250+162+57=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 57 (22.66% from 255 or 12.15% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA239 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA239 is #055DC6. Grayscale: #B0B0B0. Windows color (decimal): -351687 or 3777274. OLE color: 3777274.

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

Color convert

RGB 250 162 57 -
CMYK 0 0.35 0.77 0.02
HSL 32.64º 0.95% 0.6% -
HSV(B) 32.64º 0.77% 0.98% -
XYZ 53.08 46.46 10.04 -
YUV 176.34 60.65 180.54 -
System Red Green Blue C M Y K H S L
Decimal 250 162 57 0 0.35 0.77 0.02 32.64 0.95 0.6
Hex FA A2 39 0 23 4D 2 21 5F 3C
Octal 372 242 71 0 43 115 2 41 137 74
Binary 11111010 10100010 111001 0 100011 1001101 10 100001 1011111 111100

Color Harmonies of #FAA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA239

Black with #FAA239

Text Example


Text Example

White with #FAA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA239; }

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

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

background-color css

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

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

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

border-color css

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

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

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