Html Css Color HEX #F63525 Red Orange

📋 copy color: '#F63525'

red 246 ◦ green 53 ◦ blue 37

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

Shades of Red Orange #F63525

Tints of Red Orange #F63525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.77%

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

R = 73.21%
G = 15.77%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F63525 (or 0xF63525) is known color: Red Orange. HEX triplet: F6, 35 and 25. RGB value is (246,53,37). Sum of RGB (Red+Green+Blue) = 246+53+37=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F63525 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63525 is #09CADA. Grayscale: #6D6D6D. Windows color (decimal): -641755 or 2438646. OLE color: 2438646.

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

Color convert

RGB 246 53 37 -
CMYK 0 0.78 0.85 0.04
HSL 4.59º 0.92% 0.55% -
HSV(B) 4.59º 0.85% 0.96% -
XYZ 39.61 22.27 3.96 -
YUV 108.88 87.44 225.8 -
System Red Green Blue C M Y K H S L
Decimal 246 53 37 0 0.78 0.85 0.04 4.59 0.92 0.55
Hex F6 35 25 0 4E 55 4 5 5C 37
Octal 366 65 45 0 116 125 4 5 134 67
Binary 11110110 110101 100101 0 1001110 1010101 100 101 1011100 110111

Color Harmonies of #F63525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63525

Black with #F63525

Text Example


Text Example

White with #F63525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63525; }

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

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

background-color css

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

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

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

border-color css

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

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

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