Html Css Color HEX #F62C2C Red Orange

📋 copy color: '#F62C2C'

red 246 ◦ green 44 ◦ blue 44

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

Shades of Red Orange #F62C2C

Tints of Red Orange #F62C2C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.17%

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 73.65%
G = 13.17%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F62C2C (or 0xF62C2C) is known color: Red Orange. HEX triplet: F6, 2C and 2C. RGB value is (246,44,44). Sum of RGB (Red+Green+Blue) = 246+44+44=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F62C2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62C2C is #09D3D3. Grayscale: #686868. Windows color (decimal): -644052 or 2895094. OLE color: 2895094.

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

Color convert

RGB 246 44 44 -
CMYK 0 0.82 0.82 0.04
HSL 0.92% 0.57% -
HSV(B) 0.82% 0.96% -
XYZ 39.36 21.58 4.47 -
YUV 104.4 93.92 229 -
System Red Green Blue C M Y K H S L
Decimal 246 44 44 0 0.82 0.82 0.04 0 0.92 0.57
Hex F6 2C 2C 0 52 52 4 0 5C 39
Octal 366 54 54 0 122 122 4 0 134 71
Binary 11110110 101100 101100 0 1010010 1010010 100 0 1011100 111001

Color Harmonies of #F62C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62C2C

Black with #F62C2C

Text Example


Text Example

White with #F62C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62C2C; }

 p { color: rgb(246,44,44); }

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

background-color css

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

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

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

border-color css

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

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

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