Html Css Color HEX #FA9F31 Lightning Yellow

📋 copy color: '#FA9F31'

red 250 ◦ green 159 ◦ blue 49

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

Shades of Lightning Yellow #FA9F31

Tints of Lightning Yellow #FA9F31

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.72%

 BLUE value IS 49 (19.53% from 255) = 10.7%

R = 54.59%
G = 34.72%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA9F31 (or 0xFA9F31) is known color: Lightning Yellow. HEX triplet: FA, 9F and 31. RGB value is (250,159,49). Sum of RGB (Red+Green+Blue) = 250+159+49=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9F31 is #0560CE. Grayscale: #AEAEAE. Windows color (decimal): -352463 or 3252218. OLE color: 3252218.

HSL color Cylindrical-coordinate representation of color #FA9F31: hue angle of 32.84º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA9F31 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 159 49 -
CMYK 0 0.36 0.80 0.02
HSL 32.84º 0.95% 0.59% -
HSV(B) 32.84º 0.8% 0.98% -
XYZ 52.38 45.34 8.9 -
YUV 173.67 57.65 182.44 -
System Red Green Blue C M Y K H S L
Decimal 250 159 49 0 0.36 0.80 0.02 32.84 0.95 0.59
Hex FA 9F 31 0 24 50 2 21 5F 3B
Octal 372 237 61 0 44 120 2 41 137 73
Binary 11111010 10011111 110001 0 100100 1010000 10 100001 1011111 111011

Color Harmonies of #FA9F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F31

Black with #FA9F31

Text Example


Text Example

White with #FA9F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F31; }

 p { color: rgb(250,159,49); }

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

background-color css

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

 a { background-color: rgb(250,159,49); }

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

border-color css

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

 span { border-color: rgb(250,159,49); }

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