Html Css Color HEX #F63D1B Red Orange

📋 copy color: '#F63D1B'

red 246 ◦ green 61 ◦ blue 27

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

Shades of Red Orange #F63D1B

Tints of Red Orange #F63D1B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.26%

 BLUE value IS 27 (10.94% from 255) = 8.08%

R = 73.65%
G = 18.26%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F63D1B (or 0xF63D1B) is known color: Red Orange. HEX triplet: F6, 3D and 1B. RGB value is (246,61,27). Sum of RGB (Red+Green+Blue) = 246+61+27=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63D1B is #09C2E4. Grayscale: #707070. Windows color (decimal): -639717 or 1785334. OLE color: 1785334.

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

Color convert

RGB 246 61 27 -
CMYK 0 0.75 0.89 0.04
HSL 9.32º 0.92% 0.54% -
HSV(B) 9.32º 0.89% 0.96% -
XYZ 39.87 23.01 3.38 -
YUV 112.44 79.79 223.26 -
System Red Green Blue C M Y K H S L
Decimal 246 61 27 0 0.75 0.89 0.04 9.32 0.92 0.54
Hex F6 3D 1B 0 4B 59 4 9 5C 36
Octal 366 75 33 0 113 131 4 11 134 66
Binary 11110110 111101 11011 0 1001011 1011001 100 1001 1011100 110110

Color Harmonies of #F63D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63D1B

Black with #F63D1B

Text Example


Text Example

White with #F63D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63D1B; }

 p { color: rgb(246,61,27); }

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

background-color css

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

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

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

border-color css

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

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

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