Html Css Color HEX #FAA92F Lightning Yellow

📋 copy color: '#FAA92F'

red 250 ◦ green 169 ◦ blue 47

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

Shades of Lightning Yellow #FAA92F

Tints of Lightning Yellow #FAA92F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.27%

 BLUE value IS 47 (18.75% from 255) = 10.09%

R = 53.65%
G = 36.27%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAA92F (or 0xFAA92F) is known color: Lightning Yellow. HEX triplet: FA, A9 and 2F. RGB value is (250,169,47). Sum of RGB (Red+Green+Blue) = 250+169+47=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA92F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA92F is #0556D0. Grayscale: #B3B3B3. Windows color (decimal): -349905 or 3123706. OLE color: 3123706.

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

Color convert

RGB 250 169 47 -
CMYK 0 0.32 0.81 0.02
HSL 36.06º 0.95% 0.58% -
HSV(B) 36.06º 0.81% 0.98% -
XYZ 54.13 48.91 9.28 -
YUV 179.31 53.34 178.42 -
System Red Green Blue C M Y K H S L
Decimal 250 169 47 0 0.32 0.81 0.02 36.06 0.95 0.58
Hex FA A9 2F 0 20 51 2 24 5F 3A
Octal 372 251 57 0 40 121 2 44 137 72
Binary 11111010 10101001 101111 0 100000 1010001 10 100100 1011111 111010

Color Harmonies of #FAA92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA92F

Black with #FAA92F

Text Example


Text Example

White with #FAA92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA92F; }

 p { color: rgb(250,169,47); }

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

background-color css

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

 a { background-color: rgb(250,169,47); }

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

border-color css

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

 span { border-color: rgb(250,169,47); }

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