Html Css Color HEX #F6504C Sunset Orange

📋 copy color: '#F6504C'

red 246 ◦ green 80 ◦ blue 76

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

Shades of Sunset Orange #F6504C

Tints of Sunset Orange #F6504C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.91%

R = 61.19%
G = 19.9%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F6504C (or 0xF6504C) is known color: Sunset Orange. HEX triplet: F6, 50 and 4C. RGB value is (246,80,76). Sum of RGB (Red+Green+Blue) = 246+80+76=402 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.19% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 246 - color contains mainly: red. Hex color #F6504C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6504C is #09AFB3. Grayscale: #818181. Windows color (decimal): -634804 or 5001462. OLE color: 5001462.

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

Color convert

RGB 246 80 76 -
CMYK 0 0.67 0.69 0.04
HSL 1.41º 0.9% 0.63% -
HSV(B) 1.41º 0.69% 0.96% -
XYZ 42.18 25.85 9.6 -
YUV 129.18 98 211.33 -
System Red Green Blue C M Y K H S L
Decimal 246 80 76 0 0.67 0.69 0.04 1.41 0.9 0.63
Hex F6 50 4C 0 43 45 4 1 5A 3F
Octal 366 120 114 0 103 105 4 1 132 77
Binary 11110110 1010000 1001100 0 1000011 1000101 100 1 1011010 111111

Color Harmonies of #F6504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6504C

Black with #F6504C

Text Example


Text Example

White with #F6504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6504C; }

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

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

background-color css

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

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

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

border-color css

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

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

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