Html Css Color HEX #F64B40 Sunset Orange

📋 copy color: '#F64B40'

red 246 ◦ green 75 ◦ blue 64

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

Shades of Sunset Orange #F64B40

Tints of Sunset Orange #F64B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.48%

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 63.9%
G = 19.48%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F64B40 (or 0xF64B40) is known color: Sunset Orange. HEX triplet: F6, 4B and 40. RGB value is (246,75,64). Sum of RGB (Red+Green+Blue) = 246+75+64=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64B40 is #09B4BF. Grayscale: #7D7D7D. Windows color (decimal): -636096 or 4213750. OLE color: 4213750.

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

Color convert

RGB 246 75 64 -
CMYK 0 0.70 0.74 0.04
HSL 3.63º 0.91% 0.61% -
HSV(B) 3.63º 0.74% 0.96% -
XYZ 41.45 25 7.49 -
YUV 124.88 93.65 214.39 -
System Red Green Blue C M Y K H S L
Decimal 246 75 64 0 0.70 0.74 0.04 3.63 0.91 0.61
Hex F6 4B 40 0 46 4A 4 4 5B 3D
Octal 366 113 100 0 106 112 4 4 133 75
Binary 11110110 1001011 1000000 0 1000110 1001010 100 100 1011011 111101

Color Harmonies of #F64B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64B40

Black with #F64B40

Text Example


Text Example

White with #F64B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64B40; }

 p { color: rgb(246,75,64); }

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

background-color css

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

 a { background-color: rgb(246,75,64); }

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

border-color css

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

 span { border-color: rgb(246,75,64); }

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