Html Css Color HEX #F65545 Sunset Orange

📋 copy color: '#F65545'

red 246 ◦ green 85 ◦ blue 69

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

Shades of Sunset Orange #F65545

Tints of Sunset Orange #F65545

RGB

 RED value IS 246 (96.48% from 255) = 61.5%

 GREEN value IS 85 (33.59% from 255) = 21.25%

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

R = 61.5%
G = 21.25%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F65545 (or 0xF65545) is known color: Sunset Orange. HEX triplet: F6, 55 and 45. RGB value is (246,85,69). Sum of RGB (Red+Green+Blue) = 246+85+69=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F65545 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65545 is #09AABA. Grayscale: #838383. Windows color (decimal): -633531 or 4543990. OLE color: 4543990.

HSL color Cylindrical-coordinate representation of color #F65545: hue angle of 5.42º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F65545 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 85 69 -
CMYK 0 0.65 0.72 0.04
HSL 5.42º 0.91% 0.62% -
HSV(B) 5.42º 0.72% 0.96% -
XYZ 42.33 26.52 8.52 -
YUV 131.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 246 85 69 0 0.65 0.72 0.04 5.42 0.91 0.62
Hex F6 55 45 0 41 48 4 5 5B 3E
Octal 366 125 105 0 101 110 4 5 133 76
Binary 11110110 1010101 1000101 0 1000001 1001000 100 101 1011011 111110

Color Harmonies of #F65545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65545

Black with #F65545

Text Example


Text Example

White with #F65545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65545; }

 p { color: rgb(246,85,69); }

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

background-color css

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

 a { background-color: rgb(246,85,69); }

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

border-color css

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

 span { border-color: rgb(246,85,69); }

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