Html Css Color HEX #F05145 Sunset Orange

📋 copy color: '#F05145'

red 240 ◦ green 81 ◦ blue 69

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

Shades of Sunset Orange #F05145

Tints of Sunset Orange #F05145

RGB

 RED value IS 240 (94.14% from 255) = 61.54%

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

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

R = 61.54%
G = 20.77%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F05145 (or 0xF05145) is known color: Sunset Orange. HEX triplet: F0, 51 and 45. RGB value is (240,81,69). Sum of RGB (Red+Green+Blue) = 240+81+69=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F05145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05145 is #0FAEBA. Grayscale: #7F7F7F. Windows color (decimal): -1027771 or 4542960. OLE color: 4542960.

HSL color Cylindrical-coordinate representation of color #F05145: hue angle of 4.21º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F05145 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 69 -
CMYK 0 0.66 0.71 0.06
HSL 4.21º 0.85% 0.61% -
HSV(B) 4.21º 0.71% 0.94% -
XYZ 39.95 24.84 8.32 -
YUV 127.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 240 81 69 0 0.66 0.71 0.06 4.21 0.85 0.61
Hex F0 51 45 0 42 47 6 4 55 3D
Octal 360 121 105 0 102 107 6 4 125 75
Binary 11110000 1010001 1000101 0 1000010 1000111 110 100 1010101 111101

Color Harmonies of #F05145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05145

Black with #F05145

Text Example


Text Example

White with #F05145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05145; }

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

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

background-color css

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

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

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

border-color css

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

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

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