Html Css Color HEX #F65240 Sunset Orange

📋 copy color: '#F65240'

red 246 ◦ green 82 ◦ blue 64

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

Shades of Sunset Orange #F65240

Tints of Sunset Orange #F65240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.92%

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

R = 62.76%
G = 20.92%
B = 16.33%

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

#F65240 (or 0xF65240) is known color: Sunset Orange. HEX triplet: F6, 52 and 40. RGB value is (246,82,64). Sum of RGB (Red+Green+Blue) = 246+82+64=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F65240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65240 is #09ADBF. Grayscale: #818181. Windows color (decimal): -634304 or 4215542. OLE color: 4215542.

HSL color Cylindrical-coordinate representation of color #F65240: hue angle of 5.93º 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 #F65240 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 82 64 -
CMYK 0 0.67 0.74 0.04
HSL 5.93º 0.91% 0.61% -
HSV(B) 5.93º 0.74% 0.96% -
XYZ 41.95 26 7.66 -
YUV 128.98 91.33 211.46 -
System Red Green Blue C M Y K H S L
Decimal 246 82 64 0 0.67 0.74 0.04 5.93 0.91 0.61
Hex F6 52 40 0 43 4A 4 6 5B 3D
Octal 366 122 100 0 103 112 4 6 133 75
Binary 11110110 1010010 1000000 0 1000011 1001010 100 110 1011011 111101

Color Harmonies of #F65240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65240

Black with #F65240

Text Example


Text Example

White with #F65240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65240; }

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

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

background-color css

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

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

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

border-color css

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

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

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