Html Css Color HEX #F65040 Sunset Orange

📋 copy color: '#F65040'

red 246 ◦ green 80 ◦ blue 64

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

Shades of Sunset Orange #F65040

Tints of Sunset Orange #F65040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.51%

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

R = 63.08%
G = 20.51%
B = 16.41%

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

#F65040 (or 0xF65040) is known color: Sunset Orange. HEX triplet: F6, 50 and 40. RGB value is (246,80,64). Sum of RGB (Red+Green+Blue) = 246+80+64=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F65040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65040 is #09AFBF. Grayscale: #808080. Windows color (decimal): -634816 or 4215030. OLE color: 4215030.

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

Color convert

RGB 246 80 64 -
CMYK 0 0.67 0.74 0.04
HSL 5.27º 0.91% 0.61% -
HSV(B) 5.27º 0.74% 0.96% -
XYZ 41.8 25.7 7.61 -
YUV 127.81 92 212.3 -
System Red Green Blue C M Y K H S L
Decimal 246 80 64 0 0.67 0.74 0.04 5.27 0.91 0.61
Hex F6 50 40 0 43 4A 4 5 5B 3D
Octal 366 120 100 0 103 112 4 5 133 75
Binary 11110110 1010000 1000000 0 1000011 1001010 100 101 1011011 111101

Color Harmonies of #F65040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65040

Black with #F65040

Text Example


Text Example

White with #F65040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65040; }

 p { color: rgb(246,80,64); }

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

background-color css

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

 a { background-color: rgb(246,80,64); }

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

border-color css

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

 span { border-color: rgb(246,80,64); }

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