Html Css Color HEX #F64D45 Sunset Orange

📋 copy color: '#F64D45'

red 246 ◦ green 77 ◦ blue 69

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

Shades of Sunset Orange #F64D45

Tints of Sunset Orange #F64D45

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.64%

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

R = 62.76%
G = 19.64%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F64D45 (or 0xF64D45) is known color: Sunset Orange. HEX triplet: F6, 4D and 45. RGB value is (246,77,69). Sum of RGB (Red+Green+Blue) = 246+77+69=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F64D45 is #09B2BA. Grayscale: #7E7E7E. Windows color (decimal): -635579 or 4541942. OLE color: 4541942.

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

Color convert

RGB 246 77 69 -
CMYK 0 0.69 0.72 0.04
HSL 2.71º 0.91% 0.62% -
HSV(B) 2.71º 0.72% 0.96% -
XYZ 41.73 25.33 8.32 -
YUV 126.62 95.49 213.15 -
System Red Green Blue C M Y K H S L
Decimal 246 77 69 0 0.69 0.72 0.04 2.71 0.91 0.62
Hex F6 4D 45 0 45 48 4 3 5B 3E
Octal 366 115 105 0 105 110 4 3 133 76
Binary 11110110 1001101 1000101 0 1000101 1001000 100 11 1011011 111110

Color Harmonies of #F64D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D45

Black with #F64D45

Text Example


Text Example

White with #F64D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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