Html Css Color HEX #F64D22 Red Orange

📋 copy color: '#F64D22'

red 246 ◦ green 77 ◦ blue 34

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

Shades of Red Orange #F64D22

Tints of Red Orange #F64D22

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.57%

 BLUE value IS 34 (13.67% from 255) = 9.52%

R = 68.91%
G = 21.57%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F64D22 (or 0xF64D22) is known color: Red Orange. HEX triplet: F6, 4D and 22. RGB value is (246,77,34). Sum of RGB (Red+Green+Blue) = 246+77+34=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F64D22 is #09B2DD. Grayscale: #7A7A7A. Windows color (decimal): -635614 or 2248182. OLE color: 2248182.

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

Color convert

RGB 246 77 34 -
CMYK 0 0.69 0.86 0.04
HSL 12.17º 0.92% 0.55% -
HSV(B) 12.17º 0.86% 0.96% -
XYZ 40.95 25.02 4.18 -
YUV 122.63 77.99 216 -
System Red Green Blue C M Y K H S L
Decimal 246 77 34 0 0.69 0.86 0.04 12.17 0.92 0.55
Hex F6 4D 22 0 45 56 4 C 5C 37
Octal 366 115 42 0 105 126 4 14 134 67
Binary 11110110 1001101 100010 0 1000101 1010110 100 1100 1011100 110111

Color Harmonies of #F64D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D22

Black with #F64D22

Text Example


Text Example

White with #F64D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D22; }

 p { color: rgb(246,77,34); }

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

background-color css

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

 a { background-color: rgb(246,77,34); }

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

border-color css

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

 span { border-color: rgb(246,77,34); }

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