Html Css Color HEX #F64C3C Sunset Orange

📋 copy color: '#F64C3C'

red 246 ◦ green 76 ◦ blue 60

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

Shades of Sunset Orange #F64C3C

Tints of Sunset Orange #F64C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.9%

 BLUE value IS 60 (23.83% from 255) = 15.71%

R = 64.4%
G = 19.9%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F64C3C (or 0xF64C3C) is known color: Sunset Orange. HEX triplet: F6, 4C and 3C. RGB value is (246,76,60). Sum of RGB (Red+Green+Blue) = 246+76+60=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64C3C is #09B3C3. Grayscale: #7D7D7D. Windows color (decimal): -635844 or 3951862. OLE color: 3951862.

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

Color convert

RGB 246 76 60 -
CMYK 0 0.69 0.76 0.04
HSL 5.16º 0.91% 0.6% -
HSV(B) 5.16º 0.76% 0.96% -
XYZ 41.41 25.09 6.94 -
YUV 125.01 91.32 214.3 -
System Red Green Blue C M Y K H S L
Decimal 246 76 60 0 0.69 0.76 0.04 5.16 0.91 0.6
Hex F6 4C 3C 0 45 4C 4 5 5B 3C
Octal 366 114 74 0 105 114 4 5 133 74
Binary 11110110 1001100 111100 0 1000101 1001100 100 101 1011011 111100

Color Harmonies of #F64C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64C3C

Black with #F64C3C

Text Example


Text Example

White with #F64C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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