Html Css Color HEX #F62F1C Red Orange

📋 copy color: '#F62F1C'

red 246 ◦ green 47 ◦ blue 28

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

Shades of Red Orange #F62F1C

Tints of Red Orange #F62F1C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.64%

 BLUE value IS 28 (11.33% from 255) = 8.72%

R = 76.64%
G = 14.64%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F62F1C (or 0xF62F1C) is known color: Red Orange. HEX triplet: F6, 2F and 1C. RGB value is (246,47,28). Sum of RGB (Red+Green+Blue) = 246+47+28=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F62F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62F1C is #09D0E3. Grayscale: #686868. Windows color (decimal): -643300 or 1847286. OLE color: 1847286.

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

Color convert

RGB 246 47 28 -
CMYK 0 0.81 0.89 0.04
HSL 5.23º 0.92% 0.54% -
HSV(B) 5.23º 0.89% 0.96% -
XYZ 39.23 21.71 3.22 -
YUV 104.34 84.93 229.04 -
System Red Green Blue C M Y K H S L
Decimal 246 47 28 0 0.81 0.89 0.04 5.23 0.92 0.54
Hex F6 2F 1C 0 51 59 4 5 5C 36
Octal 366 57 34 0 121 131 4 5 134 66
Binary 11110110 101111 11100 0 1010001 1011001 100 101 1011100 110110

Color Harmonies of #F62F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62F1C

Black with #F62F1C

Text Example


Text Example

White with #F62F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62F1C; }

 p { color: rgb(246,47,28); }

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

background-color css

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

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

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

border-color css

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

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

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