Html Css Color HEX #F65350 Sunset Orange

📋 copy color: '#F65350'

red 246 ◦ green 83 ◦ blue 80

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

Shades of Sunset Orange #F65350

Tints of Sunset Orange #F65350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.29%

 BLUE value IS 80 (31.64% from 255) = 19.56%

R = 60.15%
G = 20.29%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F65350 (or 0xF65350) is known color: Sunset Orange. HEX triplet: F6, 53 and 50. RGB value is (246,83,80). Sum of RGB (Red+Green+Blue) = 246+83+80=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F65350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65350 is #09ACAF. Grayscale: #838383. Windows color (decimal): -634032 or 5264374. OLE color: 5264374.

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

Color convert

RGB 246 83 80 -
CMYK 0 0.66 0.67 0.04
HSL 1.08º 0.9% 0.64% -
HSV(B) 1.08º 0.67% 0.96% -
XYZ 42.55 26.36 10.43 -
YUV 131.4 99 209.74 -
System Red Green Blue C M Y K H S L
Decimal 246 83 80 0 0.66 0.67 0.04 1.08 0.9 0.64
Hex F6 53 50 0 42 43 4 1 5A 40
Octal 366 123 120 0 102 103 4 1 132 100
Binary 11110110 1010011 1010000 0 1000010 1000011 100 1 1011010 1000000

Color Harmonies of #F65350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65350

Black with #F65350

Text Example


Text Example

White with #F65350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65350; }

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

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

background-color css

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

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

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

border-color css

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

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

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