Html Css Color HEX #F63F1C Red Orange

📋 copy color: '#F63F1C'

red 246 ◦ green 63 ◦ blue 28

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

Shades of Red Orange #F63F1C

Tints of Red Orange #F63F1C

RGB

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

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

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

R = 73%
G = 18.69%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F63F1C (or 0xF63F1C) is known color: Red Orange. HEX triplet: F6, 3F and 1C. RGB value is (246,63,28). Sum of RGB (Red+Green+Blue) = 246+63+28=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63F1C is #09C0E3. Grayscale: #727272. Windows color (decimal): -639204 or 1851382. OLE color: 1851382.

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

Color convert

RGB 246 63 28 -
CMYK 0 0.74 0.89 0.04
HSL 9.63º 0.92% 0.54% -
HSV(B) 9.63º 0.89% 0.96% -
XYZ 39.99 23.23 3.47 -
YUV 113.73 79.63 222.35 -
System Red Green Blue C M Y K H S L
Decimal 246 63 28 0 0.74 0.89 0.04 9.63 0.92 0.54
Hex F6 3F 1C 0 4A 59 4 A 5C 36
Octal 366 77 34 0 112 131 4 12 134 66
Binary 11110110 111111 11100 0 1001010 1011001 100 1010 1011100 110110

Color Harmonies of #F63F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63F1C

Black with #F63F1C

Text Example


Text Example

White with #F63F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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