Html Css Color HEX #F85441 Sunset Orange

📋 copy color: '#F85441'

red 248 ◦ green 84 ◦ blue 65

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

Shades of Sunset Orange #F85441

Tints of Sunset Orange #F85441

RGB

 RED value IS 248 (97.27% from 255) = 62.47%

 GREEN value IS 84 (33.2% from 255) = 21.16%

 BLUE value IS 65 (25.78% from 255) = 16.37%

R = 62.47%
G = 21.16%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F85441 (or 0xF85441) is known color: Sunset Orange. HEX triplet: F8, 54 and 41. RGB value is (248,84,65). Sum of RGB (Red+Green+Blue) = 248+84+65=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F85441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85441 is #07ABBE. Grayscale: #838383. Windows color (decimal): -502719 or 4281592. OLE color: 4281592.

HSL color Cylindrical-coordinate representation of color #F85441: hue angle of 6.23º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F85441 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 84 65 -
CMYK 0 0.66 0.74 0.03
HSL 6.23º 0.93% 0.61% -
HSV(B) 6.23º 0.74% 0.97% -
XYZ 42.84 26.68 7.89 -
YUV 130.87 90.83 211.54 -
System Red Green Blue C M Y K H S L
Decimal 248 84 65 0 0.66 0.74 0.03 6.23 0.93 0.61
Hex F8 54 41 0 42 4A 3 6 5D 3D
Octal 370 124 101 0 102 112 3 6 135 75
Binary 11111000 1010100 1000001 0 1000010 1001010 11 110 1011101 111101

Color Harmonies of #F85441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85441

Black with #F85441

Text Example


Text Example

White with #F85441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85441; }

 p { color: rgb(248,84,65); }

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

background-color css

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

 a { background-color: rgb(248,84,65); }

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

border-color css

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

 span { border-color: rgb(248,84,65); }

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