Html Css Color HEX #FAA330 Lightning Yellow

📋 copy color: '#FAA330'

red 250 ◦ green 163 ◦ blue 48

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

Shades of Lightning Yellow #FAA330

Tints of Lightning Yellow #FAA330

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.36%

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

R = 54.23%
G = 35.36%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAA330 (or 0xFAA330) is known color: Lightning Yellow. HEX triplet: FA, A3 and 30. RGB value is (250,163,48). Sum of RGB (Red+Green+Blue) = 250+163+48=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA330 is #055CCF. Grayscale: #B0B0B0. Windows color (decimal): -351440 or 3187706. OLE color: 3187706.

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

Color convert

RGB 250 163 48 -
CMYK 0 0.35 0.81 0.02
HSL 34.16º 0.95% 0.58% -
HSV(B) 34.16º 0.81% 0.98% -
XYZ 53.06 46.73 9.02 -
YUV 175.9 55.82 180.85 -
System Red Green Blue C M Y K H S L
Decimal 250 163 48 0 0.35 0.81 0.02 34.16 0.95 0.58
Hex FA A3 30 0 23 51 2 22 5F 3A
Octal 372 243 60 0 43 121 2 42 137 72
Binary 11111010 10100011 110000 0 100011 1010001 10 100010 1011111 111010

Color Harmonies of #FAA330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA330

Black with #FAA330

Text Example


Text Example

White with #FAA330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA330; }

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

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

background-color css

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

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

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

border-color css

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

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

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