Html Css Color HEX #FAA733 Lightning Yellow

📋 copy color: '#FAA733'

red 250 ◦ green 167 ◦ blue 51

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

Shades of Lightning Yellow #FAA733

Tints of Lightning Yellow #FAA733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.9%

R = 53.42%
G = 35.68%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAA733 (or 0xFAA733) is known color: Lightning Yellow. HEX triplet: FA, A7 and 33. RGB value is (250,167,51). Sum of RGB (Red+Green+Blue) = 250+167+51=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 51 (20.31% from 255 or 10.90% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA733 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA733 is #0558CC. Grayscale: #B3B3B3. Windows color (decimal): -350413 or 3385338. OLE color: 3385338.

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

Color convert

RGB 250 167 51 -
CMYK 0 0.33 0.80 0.02
HSL 34.97º 0.95% 0.59% -
HSV(B) 34.97º 0.8% 0.98% -
XYZ 53.84 48.2 9.6 -
YUV 178.59 56 178.93 -
System Red Green Blue C M Y K H S L
Decimal 250 167 51 0 0.33 0.80 0.02 34.97 0.95 0.59
Hex FA A7 33 0 21 50 2 23 5F 3B
Octal 372 247 63 0 41 120 2 43 137 73
Binary 11111010 10100111 110011 0 100001 1010000 10 100011 1011111 111011

Color Harmonies of #FAA733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA733

Black with #FAA733

Text Example


Text Example

White with #FAA733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA733; }

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

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

background-color css

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

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

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

border-color css

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

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

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