Html Css Color HEX #F65540 Sunset Orange

📋 copy color: '#F65540'

red 246 ◦ green 85 ◦ blue 64

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

Shades of Sunset Orange #F65540

Tints of Sunset Orange #F65540

RGB

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

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

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

R = 62.28%
G = 21.52%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F65540 (or 0xF65540) is known color: Sunset Orange. HEX triplet: F6, 55 and 40. RGB value is (246,85,64). Sum of RGB (Red+Green+Blue) = 246+85+64=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F65540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65540 is #09AABF. Grayscale: #828282. Windows color (decimal): -633536 or 4216310. OLE color: 4216310.

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

Color convert

RGB 246 85 64 -
CMYK 0 0.65 0.74 0.04
HSL 6.92º 0.91% 0.61% -
HSV(B) 6.92º 0.74% 0.96% -
XYZ 42.18 26.46 7.73 -
YUV 130.75 90.34 210.21 -
System Red Green Blue C M Y K H S L
Decimal 246 85 64 0 0.65 0.74 0.04 6.92 0.91 0.61
Hex F6 55 40 0 41 4A 4 7 5B 3D
Octal 366 125 100 0 101 112 4 7 133 75
Binary 11110110 1010101 1000000 0 1000001 1001010 100 111 1011011 111101

Color Harmonies of #F65540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65540

Black with #F65540

Text Example


Text Example

White with #F65540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65540; }

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

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

background-color css

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

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

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

border-color css

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

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

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