Html Css Color HEX #FAA130 Lightning Yellow

📋 copy color: '#FAA130'

red 250 ◦ green 161 ◦ blue 48

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

Shades of Lightning Yellow #FAA130

Tints of Lightning Yellow #FAA130

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.08%

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

R = 54.47%
G = 35.08%
B = 10.46%

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

#FAA130 (or 0xFAA130) is known color: Lightning Yellow. HEX triplet: FA, A1 and 30. RGB value is (250,161,48). Sum of RGB (Red+Green+Blue) = 250+161+48=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA130 is #055ECF. Grayscale: #AFAFAF. Windows color (decimal): -351952 or 3187194. OLE color: 3187194.

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

Color convert

RGB 250 161 48 -
CMYK 0 0.36 0.81 0.02
HSL 33.56º 0.95% 0.58% -
HSV(B) 33.56º 0.81% 0.98% -
XYZ 52.7 46.03 8.9 -
YUV 174.73 56.49 181.69 -
System Red Green Blue C M Y K H S L
Decimal 250 161 48 0 0.36 0.81 0.02 33.56 0.95 0.58
Hex FA A1 30 0 24 51 2 22 5F 3A
Octal 372 241 60 0 44 121 2 42 137 72
Binary 11111010 10100001 110000 0 100100 1010001 10 100010 1011111 111010

Color Harmonies of #FAA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA130

Black with #FAA130

Text Example


Text Example

White with #FAA130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA130; }

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

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

background-color css

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

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

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

border-color css

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

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

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