Html Css Color HEX #FA9F24 Lightning Yellow

📋 copy color: '#FA9F24'

red 250 ◦ green 159 ◦ blue 36

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

Shades of Lightning Yellow #FA9F24

Tints of Lightning Yellow #FA9F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.09%

R = 56.18%
G = 35.73%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA9F24 (or 0xFA9F24) is known color: Lightning Yellow. HEX triplet: FA, 9F and 24. RGB value is (250,159,36). Sum of RGB (Red+Green+Blue) = 250+159+36=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 36 (14.45% from 255 or 8.09% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9F24 is #0560DB. Grayscale: #ACACAC. Windows color (decimal): -352476 or 2400250. OLE color: 2400250.

HSL color Cylindrical-coordinate representation of color #FA9F24: hue angle of 34.49º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA9F24 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 159 36 -
CMYK 0 0.36 0.86 0.02
HSL 34.49º 0.96% 0.56% -
HSV(B) 34.49º 0.86% 0.98% -
XYZ 52.14 45.25 7.65 -
YUV 172.19 51.15 183.5 -
System Red Green Blue C M Y K H S L
Decimal 250 159 36 0 0.36 0.86 0.02 34.49 0.96 0.56
Hex FA 9F 24 0 24 56 2 22 60 38
Octal 372 237 44 0 44 126 2 42 140 70
Binary 11111010 10011111 100100 0 100100 1010110 10 100010 1100000 111000

Color Harmonies of #FA9F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F24

Black with #FA9F24

Text Example


Text Example

White with #FA9F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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