#F94B45

Color #F94B45 Sunset Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset Orange #F94B45

Tints of Sunset Orange #F94B45

Color information

#F94B45 (or 0xF94B45) is unknown color: approx Sunset Orange. HEX triplet: F9, 4B and 45. RGB value is (249,75,69). Sum of RGB (Red+Green+Blue) = 249+75+69=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F94B45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94B45 is #06B4BA. Grayscale: #7E7E7E. Windows color (decimal): -439483 or 4541433. OLE color: 4541433.

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

Color convert

RGB2497569-
CMYK00.700.720.02
HSL93.75%62.35%-
HSV(B)72.29%97.65%-
XYZ42.6625.68.32-
YUV126.3495.65215.49-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.36%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 69 (27.34% from 255) = 17.56%
R=63.36%
G=19.08%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249756900.700.720.02293.7562.35
HexF94B4504648225e3e
Octal37111310501061102213676
Binary111110011001011100010101000110100100010101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94B45; }

 p { color: rgb(249,75,69); }

 H1.HeaderClassName
 {
   color: #F94B45;
 }
 .AnyTagClassName
 {
   color: #F94B45;
 }
</style>
background-color css

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

 a { background-color: rgb(249,75,69); }

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

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

 span { border-color: rgb(249,75,69); }

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