Html Css Color HEX #FAA830 Lightning Yellow

📋 copy color: '#FAA830'

red 250 ◦ green 168 ◦ blue 48

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

Shades of Lightning Yellow #FAA830

Tints of Lightning Yellow #FAA830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.05%

 BLUE value IS 48 (19.14% from 255) = 10.3%

R = 53.65%
G = 36.05%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAA830 (or 0xFAA830) is known color: Lightning Yellow. HEX triplet: FA, A8 and 30. RGB value is (250,168,48). Sum of RGB (Red+Green+Blue) = 250+168+48=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA830 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA830 is #0557CF. Grayscale: #B3B3B3. Windows color (decimal): -350160 or 3188986. OLE color: 3188986.

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

Color convert

RGB 250 168 48 -
CMYK 0 0.33 0.81 0.02
HSL 35.64º 0.95% 0.58% -
HSV(B) 35.64º 0.81% 0.98% -
XYZ 53.96 48.54 9.32 -
YUV 178.84 54.17 178.76 -
System Red Green Blue C M Y K H S L
Decimal 250 168 48 0 0.33 0.81 0.02 35.64 0.95 0.58
Hex FA A8 30 0 21 51 2 24 5F 3A
Octal 372 250 60 0 41 121 2 44 137 72
Binary 11111010 10101000 110000 0 100001 1010001 10 100100 1011111 111010

Color Harmonies of #FAA830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA830

Black with #FAA830

Text Example


Text Example

White with #FAA830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA830; }

 p { color: rgb(250,168,48); }

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

background-color css

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

 a { background-color: rgb(250,168,48); }

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

border-color css

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

 span { border-color: rgb(250,168,48); }

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