Html Css Color HEX #FAA730 Lightning Yellow

📋 copy color: '#FAA730'

red 250 ◦ green 167 ◦ blue 48

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

Shades of Lightning Yellow #FAA730

Tints of Lightning Yellow #FAA730

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.91%

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

R = 53.76%
G = 35.91%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAA730 (or 0xFAA730) is known color: Lightning Yellow. HEX triplet: FA, A7 and 30. RGB value is (250,167,48). Sum of RGB (Red+Green+Blue) = 250+167+48=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA730 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA730 is #0558CF. Grayscale: #B2B2B2. Windows color (decimal): -350416 or 3188730. OLE color: 3188730.

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

Color convert

RGB 250 167 48 -
CMYK 0 0.33 0.81 0.02
HSL 35.35º 0.95% 0.58% -
HSV(B) 35.35º 0.81% 0.98% -
XYZ 53.78 48.17 9.26 -
YUV 178.25 54.5 179.18 -
System Red Green Blue C M Y K H S L
Decimal 250 167 48 0 0.33 0.81 0.02 35.35 0.95 0.58
Hex FA A7 30 0 21 51 2 23 5F 3A
Octal 372 247 60 0 41 121 2 43 137 72
Binary 11111010 10100111 110000 0 100001 1010001 10 100011 1011111 111010

Color Harmonies of #FAA730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA730

Black with #FAA730

Text Example


Text Example

White with #FAA730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA730; }

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

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

background-color css

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

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

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

border-color css

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

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

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