Html Css Color HEX #FAA530 Lightning Yellow

📋 copy color: '#FAA530'

red 250 ◦ green 165 ◦ blue 48

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

Shades of Lightning Yellow #FAA530

Tints of Lightning Yellow #FAA530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.64%

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

R = 54%
G = 35.64%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAA530 (or 0xFAA530) is known color: Lightning Yellow. HEX triplet: FA, A5 and 30. RGB value is (250,165,48). Sum of RGB (Red+Green+Blue) = 250+165+48=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA530 is #055ACF. Grayscale: #B1B1B1. Windows color (decimal): -350928 or 3188218. OLE color: 3188218.

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

Color convert

RGB 250 165 48 -
CMYK 0 0.34 0.81 0.02
HSL 34.75º 0.95% 0.58% -
HSV(B) 34.75º 0.81% 0.98% -
XYZ 53.41 47.45 9.14 -
YUV 177.08 55.16 180.01 -
System Red Green Blue C M Y K H S L
Decimal 250 165 48 0 0.34 0.81 0.02 34.75 0.95 0.58
Hex FA A5 30 0 22 51 2 23 5F 3A
Octal 372 245 60 0 42 121 2 43 137 72
Binary 11111010 10100101 110000 0 100010 1010001 10 100011 1011111 111010

Color Harmonies of #FAA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA530

Black with #FAA530

Text Example


Text Example

White with #FAA530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA530; }

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

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

background-color css

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

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

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

border-color css

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

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

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