Html Css Color HEX #F64B32 Red Orange

📋 copy color: '#F64B32'

red 246 ◦ green 75 ◦ blue 50

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

Shades of Red Orange #F64B32

Tints of Red Orange #F64B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 66.31%
G = 20.22%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F64B32 (or 0xF64B32) is known color: Red Orange. HEX triplet: F6, 4B and 32. RGB value is (246,75,50). Sum of RGB (Red+Green+Blue) = 246+75+50=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64B32 is #09B4CD. Grayscale: #7B7B7B. Windows color (decimal): -636110 or 3296246. OLE color: 3296246.

HSL color Cylindrical-coordinate representation of color #F64B32: hue angle of 7.65º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F64B32 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 75 50 -
CMYK 0 0.70 0.80 0.04
HSL 7.65º 0.92% 0.58% -
HSV(B) 7.65º 0.8% 0.96% -
XYZ 41.1 24.86 5.65 -
YUV 123.28 86.65 215.53 -
System Red Green Blue C M Y K H S L
Decimal 246 75 50 0 0.70 0.80 0.04 7.65 0.92 0.58
Hex F6 4B 32 0 46 50 4 8 5C 3A
Octal 366 113 62 0 106 120 4 10 134 72
Binary 11110110 1001011 110010 0 1000110 1010000 100 1000 1011100 111010

Color Harmonies of #F64B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64B32

Black with #F64B32

Text Example


Text Example

White with #F64B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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