Html Css Color HEX #F63125 Red Orange

📋 copy color: '#F63125'

red 246 ◦ green 49 ◦ blue 37

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

Shades of Red Orange #F63125

Tints of Red Orange #F63125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.76%

 BLUE value IS 37 (14.84% from 255) = 11.14%

R = 74.1%
G = 14.76%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F63125 (or 0xF63125) is known color: Red Orange. HEX triplet: F6, 31 and 25. RGB value is (246,49,37). Sum of RGB (Red+Green+Blue) = 246+49+37=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F63125 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63125 is #09CEDA. Grayscale: #6A6A6A. Windows color (decimal): -642779 or 2437622. OLE color: 2437622.

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

Color convert

RGB 246 49 37 -
CMYK 0 0.80 0.85 0.04
HSL 3.44º 0.92% 0.55% -
HSV(B) 3.44º 0.85% 0.96% -
XYZ 39.44 21.92 3.9 -
YUV 106.54 88.77 227.48 -
System Red Green Blue C M Y K H S L
Decimal 246 49 37 0 0.80 0.85 0.04 3.44 0.92 0.55
Hex F6 31 25 0 50 55 4 3 5C 37
Octal 366 61 45 0 120 125 4 3 134 67
Binary 11110110 110001 100101 0 1010000 1010101 100 11 1011100 110111

Color Harmonies of #F63125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63125

Black with #F63125

Text Example


Text Example

White with #F63125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63125; }

 p { color: rgb(246,49,37); }

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

background-color css

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

 a { background-color: rgb(246,49,37); }

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

border-color css

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

 span { border-color: rgb(246,49,37); }

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