Html Css Color HEX #F94D31 Sunset Orange

📋 copy color: '#F94D31'

red 249 ◦ green 77 ◦ blue 49

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

Shades of Sunset Orange #F94D31

Tints of Sunset Orange #F94D31

RGB

 RED value IS 249 (97.66% from 255) = 66.4%

 GREEN value IS 77 (30.47% from 255) = 20.53%

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

R = 66.4%
G = 20.53%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F94D31 (or 0xF94D31) is known color: Sunset Orange. HEX triplet: F9, 4D and 31. RGB value is (249,77,49). Sum of RGB (Red+Green+Blue) = 249+77+49=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F94D31 is #06B2CE. Grayscale: #7D7D7D. Windows color (decimal): -438991 or 3231225. OLE color: 3231225.

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

Color convert

RGB 249 77 49 -
CMYK 0 0.69 0.80 0.02
HSL 8.4º 0.94% 0.58% -
HSV(B) 8.4º 0.8% 0.98% -
XYZ 42.28 25.67 5.63 -
YUV 125.24 84.98 216.28 -
System Red Green Blue C M Y K H S L
Decimal 249 77 49 0 0.69 0.80 0.02 8.4 0.94 0.58
Hex F9 4D 31 0 45 50 2 8 5E 3A
Octal 371 115 61 0 105 120 2 10 136 72
Binary 11111001 1001101 110001 0 1000101 1010000 10 1000 1011110 111010

Color Harmonies of #F94D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94D31

Black with #F94D31

Text Example


Text Example

White with #F94D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94D31; }

 p { color: rgb(249,77,49); }

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

background-color css

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

 a { background-color: rgb(249,77,49); }

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

border-color css

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

 span { border-color: rgb(249,77,49); }

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