Html Css Color HEX #F63F1F Red Orange

📋 copy color: '#F63F1F'

red 246 ◦ green 63 ◦ blue 31

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

Shades of Red Orange #F63F1F

Tints of Red Orange #F63F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.12%

R = 72.35%
G = 18.53%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F63F1F (or 0xF63F1F) is known color: Red Orange. HEX triplet: F6, 3F and 1F. RGB value is (246,63,31). Sum of RGB (Red+Green+Blue) = 246+63+31=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63F1F is #09C0E0. Grayscale: #727272. Windows color (decimal): -639201 or 2047990. OLE color: 2047990.

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

Color convert

RGB 246 63 31 -
CMYK 0 0.74 0.87 0.04
HSL 8.93º 0.92% 0.54% -
HSV(B) 8.93º 0.87% 0.96% -
XYZ 40.03 23.25 3.67 -
YUV 114.07 81.13 222.1 -
System Red Green Blue C M Y K H S L
Decimal 246 63 31 0 0.74 0.87 0.04 8.93 0.92 0.54
Hex F6 3F 1F 0 4A 57 4 9 5C 36
Octal 366 77 37 0 112 127 4 11 134 66
Binary 11110110 111111 11111 0 1001010 1010111 100 1001 1011100 110110

Color Harmonies of #F63F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63F1F

Black with #F63F1F

Text Example


Text Example

White with #F63F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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