Html Css Color HEX #F45140 Sunset Orange

📋 copy color: '#F45140'

red 244 ◦ green 81 ◦ blue 64

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

Shades of Sunset Orange #F45140

Tints of Sunset Orange #F45140

RGB

 RED value IS 244 (95.7% from 255) = 62.72%

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

 BLUE value IS 64 (25.39% from 255) = 16.45%

R = 62.72%
G = 20.82%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F45140 (or 0xF45140) is known color: Sunset Orange. HEX triplet: F4, 51 and 40. RGB value is (244,81,64). Sum of RGB (Red+Green+Blue) = 244+81+64=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F45140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45140 is #0BAEBF. Grayscale: #808080. Windows color (decimal): -765632 or 4215284. OLE color: 4215284.

HSL color Cylindrical-coordinate representation of color #F45140: hue angle of 5.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F45140 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 81 64 -
CMYK 0 0.67 0.74 0.04
HSL 5.67º 0.89% 0.6% -
HSV(B) 5.67º 0.74% 0.96% -
XYZ 41.18 25.49 7.6 -
YUV 127.8 92 210.88 -
System Red Green Blue C M Y K H S L
Decimal 244 81 64 0 0.67 0.74 0.04 5.67 0.89 0.6
Hex F4 51 40 0 43 4A 4 6 59 3C
Octal 364 121 100 0 103 112 4 6 131 74
Binary 11110100 1010001 1000000 0 1000011 1001010 100 110 1011001 111100

Color Harmonies of #F45140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45140

Black with #F45140

Text Example


Text Example

White with #F45140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45140; }

 p { color: rgb(244,81,64); }

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

background-color css

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

 a { background-color: rgb(244,81,64); }

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

border-color css

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

 span { border-color: rgb(244,81,64); }

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