Html Css Color HEX #FAA535 Lightning Yellow

📋 copy color: '#FAA535'

red 250 ◦ green 165 ◦ blue 53

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

Shades of Lightning Yellow #FAA535

Tints of Lightning Yellow #FAA535

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.26%

 BLUE value IS 53 (21.09% from 255) = 11.32%

R = 53.42%
G = 35.26%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAA535 (or 0xFAA535) is known color: Lightning Yellow. HEX triplet: FA, A5 and 35. RGB value is (250,165,53). Sum of RGB (Red+Green+Blue) = 250+165+53=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA535 is #055ACA. Grayscale: #B2B2B2. Windows color (decimal): -350923 or 3515898. OLE color: 3515898.

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

Color convert

RGB 250 165 53 -
CMYK 0 0.34 0.79 0.02
HSL 34.11º 0.95% 0.59% -
HSV(B) 34.11º 0.79% 0.98% -
XYZ 53.52 47.49 9.71 -
YUV 177.65 57.66 179.61 -
System Red Green Blue C M Y K H S L
Decimal 250 165 53 0 0.34 0.79 0.02 34.11 0.95 0.59
Hex FA A5 35 0 22 4F 2 22 5F 3B
Octal 372 245 65 0 42 117 2 42 137 73
Binary 11111010 10100101 110101 0 100010 1001111 10 100010 1011111 111011

Color Harmonies of #FAA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA535

Black with #FAA535

Text Example


Text Example

White with #FAA535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA535; }

 p { color: rgb(250,165,53); }

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

background-color css

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

 a { background-color: rgb(250,165,53); }

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

border-color css

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

 span { border-color: rgb(250,165,53); }

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