Html Css Color HEX #F6504F Sunset Orange

📋 copy color: '#F6504F'

red 246 ◦ green 80 ◦ blue 79

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

Shades of Sunset Orange #F6504F

Tints of Sunset Orange #F6504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.51%

R = 60.74%
G = 19.75%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F6504F (or 0xF6504F) is known color: Sunset Orange. HEX triplet: F6, 50 and 4F. RGB value is (246,80,79). Sum of RGB (Red+Green+Blue) = 246+80+79=405 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.74% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 246 - color contains mainly: red. Hex color #F6504F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6504F is #09AFB0. Grayscale: #818181. Windows color (decimal): -634801 or 5198070. OLE color: 5198070.

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

Color convert

RGB 246 80 79 -
CMYK 0 0.67 0.68 0.04
HSL 0.36º 0.9% 0.64% -
HSV(B) 0.36º 0.68% 0.96% -
XYZ 42.29 25.89 10.17 -
YUV 129.52 99.5 211.08 -
System Red Green Blue C M Y K H S L
Decimal 246 80 79 0 0.67 0.68 0.04 0.36 0.9 0.64
Hex F6 50 4F 0 43 44 4 0 5A 40
Octal 366 120 117 0 103 104 4 0 132 100
Binary 11110110 1010000 1001111 0 1000011 1000100 100 0 1011010 1000000

Color Harmonies of #F6504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6504F

Black with #F6504F

Text Example


Text Example

White with #F6504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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