Html Css Color HEX #F64C3A Sunset Orange

📋 copy color: '#F64C3A'

red 246 ◦ green 76 ◦ blue 58

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

Shades of Sunset Orange #F64C3A

Tints of Sunset Orange #F64C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.26%

R = 64.74%
G = 20%
B = 15.26%

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

#F64C3A (or 0xF64C3A) is known color: Sunset Orange. HEX triplet: F6, 4C and 3A. RGB value is (246,76,58). Sum of RGB (Red+Green+Blue) = 246+76+58=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64C3A is #09B3C5. Grayscale: #7D7D7D. Windows color (decimal): -635846 or 3820790. OLE color: 3820790.

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

Color convert

RGB 246 76 58 -
CMYK 0 0.69 0.76 0.04
HSL 5.74º 0.91% 0.6% -
HSV(B) 5.74º 0.76% 0.96% -
XYZ 41.35 25.07 6.66 -
YUV 124.78 90.32 214.46 -
System Red Green Blue C M Y K H S L
Decimal 246 76 58 0 0.69 0.76 0.04 5.74 0.91 0.6
Hex F6 4C 3A 0 45 4C 4 6 5B 3C
Octal 366 114 72 0 105 114 4 6 133 74
Binary 11110110 1001100 111010 0 1000101 1001100 100 110 1011011 111100

Color Harmonies of #F64C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64C3A

Black with #F64C3A

Text Example


Text Example

White with #F64C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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