Html Css Color HEX #F63730 Red Orange

📋 copy color: '#F63730'

red 246 ◦ green 55 ◦ blue 48

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

Shades of Red Orange #F63730

Tints of Red Orange #F63730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.76%

 BLUE value IS 48 (19.14% from 255) = 13.75%

R = 70.49%
G = 15.76%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F63730 (or 0xF63730) is known color: Red Orange. HEX triplet: F6, 37 and 30. RGB value is (246,55,48). Sum of RGB (Red+Green+Blue) = 246+55+48=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F63730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63730 is #09C8CF. Grayscale: #6F6F6F. Windows color (decimal): -641232 or 3160054. OLE color: 3160054.

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

Color convert

RGB 246 55 48 -
CMYK 0 0.78 0.80 0.04
HSL 2.12º 0.92% 0.58% -
HSV(B) 2.12º 0.8% 0.96% -
XYZ 39.91 22.54 5.04 -
YUV 111.31 92.28 224.07 -
System Red Green Blue C M Y K H S L
Decimal 246 55 48 0 0.78 0.80 0.04 2.12 0.92 0.58
Hex F6 37 30 0 4E 50 4 2 5C 3A
Octal 366 67 60 0 116 120 4 2 134 72
Binary 11110110 110111 110000 0 1001110 1010000 100 10 1011100 111010

Color Harmonies of #F63730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63730

Black with #F63730

Text Example


Text Example

White with #F63730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63730; }

 p { color: rgb(246,55,48); }

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

background-color css

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

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

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

border-color css

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

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

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