Html Css Color HEX #F94F42 Sunset Orange

📋 copy color: '#F94F42'

red 249 ◦ green 79 ◦ blue 66

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

Shades of Sunset Orange #F94F42

Tints of Sunset Orange #F94F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.05%

 BLUE value IS 66 (26.17% from 255) = 16.75%

R = 63.2%
G = 20.05%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F94F42 (or 0xF94F42) is known color: Sunset Orange. HEX triplet: F9, 4F and 42. RGB value is (249,79,66). Sum of RGB (Red+Green+Blue) = 249+79+66=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F94F42 is #06B0BD. Grayscale: #808080. Windows color (decimal): -438462 or 4345849. OLE color: 4345849.

HSL color Cylindrical-coordinate representation of color #F94F42: hue angle of 4.26º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F94F42 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 79 66 -
CMYK 0 0.68 0.73 0.02
HSL 4.26º 0.94% 0.62% -
HSV(B) 4.26º 0.73% 0.98% -
XYZ 42.85 26.13 7.94 -
YUV 128.35 92.82 214.06 -
System Red Green Blue C M Y K H S L
Decimal 249 79 66 0 0.68 0.73 0.02 4.26 0.94 0.62
Hex F9 4F 42 0 44 49 2 4 5E 3E
Octal 371 117 102 0 104 111 2 4 136 76
Binary 11111001 1001111 1000010 0 1000100 1001001 10 100 1011110 111110

Color Harmonies of #F94F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94F42

Black with #F94F42

Text Example


Text Example

White with #F94F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94F42; }

 p { color: rgb(249,79,66); }

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

background-color css

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

 a { background-color: rgb(249,79,66); }

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

border-color css

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

 span { border-color: rgb(249,79,66); }

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