Html Css Color HEX #FAAC30 Lightning Yellow

📋 copy color: '#FAAC30'

red 250 ◦ green 172 ◦ blue 48

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

Shades of Lightning Yellow #FAAC30

Tints of Lightning Yellow #FAAC30

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.6%

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

R = 53.19%
G = 36.6%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAAC30 (or 0xFAAC30) is known color: Lightning Yellow. HEX triplet: FA, AC and 30. RGB value is (250,172,48). Sum of RGB (Red+Green+Blue) = 250+172+48=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAC30 is #0553CF. Grayscale: #B5B5B5. Windows color (decimal): -349136 or 3190010. OLE color: 3190010.

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

Color convert

RGB 250 172 48 -
CMYK 0 0.31 0.81 0.02
HSL 36.83º 0.95% 0.58% -
HSV(B) 36.83º 0.81% 0.98% -
XYZ 54.71 50.04 9.57 -
YUV 181.19 52.84 177.08 -
System Red Green Blue C M Y K H S L
Decimal 250 172 48 0 0.31 0.81 0.02 36.83 0.95 0.58
Hex FA AC 30 0 1F 51 2 25 5F 3A
Octal 372 254 60 0 37 121 2 45 137 72
Binary 11111010 10101100 110000 0 11111 1010001 10 100101 1011111 111010

Color Harmonies of #FAAC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC30

Black with #FAAC30

Text Example


Text Example

White with #FAAC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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