Html Css Color HEX #FAA935 Lightning Yellow

📋 copy color: '#FAA935'

red 250 ◦ green 169 ◦ blue 53

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

Shades of Lightning Yellow #FAA935

Tints of Lightning Yellow #FAA935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.81%

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

R = 52.97%
G = 35.81%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAA935 (or 0xFAA935) is known color: Lightning Yellow. HEX triplet: FA, A9 and 35. RGB value is (250,169,53). Sum of RGB (Red+Green+Blue) = 250+169+53=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 53 (21.09% from 255 or 11.23% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA935 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA935 is #0556CA. Grayscale: #B4B4B4. Windows color (decimal): -349899 or 3516922. OLE color: 3516922.

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

Color convert

RGB 250 169 53 -
CMYK 0 0.32 0.79 0.02
HSL 35.33º 0.95% 0.59% -
HSV(B) 35.33º 0.79% 0.98% -
XYZ 54.25 48.96 9.96 -
YUV 180 56.34 177.93 -
System Red Green Blue C M Y K H S L
Decimal 250 169 53 0 0.32 0.79 0.02 35.33 0.95 0.59
Hex FA A9 35 0 20 4F 2 23 5F 3B
Octal 372 251 65 0 40 117 2 43 137 73
Binary 11111010 10101001 110101 0 100000 1001111 10 100011 1011111 111011

Color Harmonies of #FAA935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA935

Black with #FAA935

Text Example


Text Example

White with #FAA935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA935; }

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

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

background-color css

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

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

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

border-color css

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

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

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