Html Css Color HEX #F95145 Sunset Orange

📋 copy color: '#F95145'

red 249 ◦ green 81 ◦ blue 69

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

Shades of Sunset Orange #F95145

Tints of Sunset Orange #F95145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.3%

 BLUE value IS 69 (27.34% from 255) = 17.29%

R = 62.41%
G = 20.3%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F95145 (or 0xF95145) is known color: Sunset Orange. HEX triplet: F9, 51 and 45. RGB value is (249,81,69). Sum of RGB (Red+Green+Blue) = 249+81+69=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F95145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95145 is #06AEBA. Grayscale: #828282. Windows color (decimal): -437947 or 4542969. OLE color: 4542969.

HSL color Cylindrical-coordinate representation of color #F95145: hue angle of 4º 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 #F95145 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 81 69 -
CMYK 0 0.67 0.72 0.02
HSL 0.94% 0.62% -
HSV(B) 0.72% 0.98% -
XYZ 43.08 26.45 8.47 -
YUV 129.86 93.66 212.98 -
System Red Green Blue C M Y K H S L
Decimal 249 81 69 0 0.67 0.72 0.02 4 0.94 0.62
Hex F9 51 45 0 43 48 2 4 5E 3E
Octal 371 121 105 0 103 110 2 4 136 76
Binary 11111001 1010001 1000101 0 1000011 1001000 10 100 1011110 111110

Color Harmonies of #F95145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95145

Black with #F95145

Text Example


Text Example

White with #F95145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95145; }

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

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

background-color css

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

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

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

border-color css

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

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

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