Html Css Color HEX #FAA735 Lightning Yellow

📋 copy color: '#FAA735'

red 250 ◦ green 167 ◦ blue 53

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

Shades of Lightning Yellow #FAA735

Tints of Lightning Yellow #FAA735

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.53%

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

R = 53.19%
G = 35.53%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAA735 (or 0xFAA735) is known color: Lightning Yellow. HEX triplet: FA, A7 and 35. RGB value is (250,167,53). Sum of RGB (Red+Green+Blue) = 250+167+53=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA735 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA735 is #0558CA. Grayscale: #B3B3B3. Windows color (decimal): -350411 or 3516410. OLE color: 3516410.

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

Color convert

RGB 250 167 53 -
CMYK 0 0.33 0.79 0.02
HSL 34.72º 0.95% 0.59% -
HSV(B) 34.72º 0.79% 0.98% -
XYZ 53.89 48.22 9.84 -
YUV 178.82 57 178.77 -
System Red Green Blue C M Y K H S L
Decimal 250 167 53 0 0.33 0.79 0.02 34.72 0.95 0.59
Hex FA A7 35 0 21 4F 2 23 5F 3B
Octal 372 247 65 0 41 117 2 43 137 73
Binary 11111010 10100111 110101 0 100001 1001111 10 100011 1011111 111011

Color Harmonies of #FAA735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA735

Black with #FAA735

Text Example


Text Example

White with #FAA735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA735; }

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

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

background-color css

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

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

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

border-color css

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

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

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