Html Css Color HEX #F63F22 Red Orange

📋 copy color: '#F63F22'

red 246 ◦ green 63 ◦ blue 34

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

Shades of Red Orange #F63F22

Tints of Red Orange #F63F22

RGB

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

 GREEN value IS 63 (25% from 255) = 18.37%

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

R = 71.72%
G = 18.37%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F63F22 (or 0xF63F22) is known color: Red Orange. HEX triplet: F6, 3F and 22. RGB value is (246,63,34). Sum of RGB (Red+Green+Blue) = 246+63+34=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63F22 is #09C0DD. Grayscale: #727272. Windows color (decimal): -639198 or 2244598. OLE color: 2244598.

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

Color convert

RGB 246 63 34 -
CMYK 0 0.74 0.86 0.04
HSL 8.21º 0.92% 0.55% -
HSV(B) 8.21º 0.86% 0.96% -
XYZ 40.07 23.26 3.89 -
YUV 114.41 82.63 221.86 -
System Red Green Blue C M Y K H S L
Decimal 246 63 34 0 0.74 0.86 0.04 8.21 0.92 0.55
Hex F6 3F 22 0 4A 56 4 8 5C 37
Octal 366 77 42 0 112 126 4 10 134 67
Binary 11110110 111111 100010 0 1001010 1010110 100 1000 1011100 110111

Color Harmonies of #F63F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63F22

Black with #F63F22

Text Example


Text Example

White with #F63F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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