Html Css Color HEX #FAA030 Lightning Yellow

📋 copy color: '#FAA030'

red 250 ◦ green 160 ◦ blue 48

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

Shades of Lightning Yellow #FAA030

Tints of Lightning Yellow #FAA030

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.93%

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

R = 54.59%
G = 34.93%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAA030 (or 0xFAA030) is known color: Lightning Yellow. HEX triplet: FA, A0 and 30. RGB value is (250,160,48). Sum of RGB (Red+Green+Blue) = 250+160+48=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA030 is #055FCF. Grayscale: #AEAEAE. Windows color (decimal): -352208 or 3186938. OLE color: 3186938.

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

Color convert

RGB 250 160 48 -
CMYK 0 0.36 0.81 0.02
HSL 33.27º 0.95% 0.58% -
HSV(B) 33.27º 0.81% 0.98% -
XYZ 52.53 45.68 8.84 -
YUV 174.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 250 160 48 0 0.36 0.81 0.02 33.27 0.95 0.58
Hex FA A0 30 0 24 51 2 21 5F 3A
Octal 372 240 60 0 44 121 2 41 137 72
Binary 11111010 10100000 110000 0 100100 1010001 10 100001 1011111 111010

Color Harmonies of #FAA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA030

Black with #FAA030

Text Example


Text Example

White with #FAA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA030; }

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

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

background-color css

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

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

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

border-color css

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

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

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