Html Css Color HEX #F63526 Red Orange

📋 copy color: '#F63526'

red 246 ◦ green 53 ◦ blue 38

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

Shades of Red Orange #F63526

Tints of Red Orange #F63526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.28%

R = 73%
G = 15.73%
B = 11.28%

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

#F63526 (or 0xF63526) is known color: Red Orange. HEX triplet: F6, 35 and 26. RGB value is (246,53,38). Sum of RGB (Red+Green+Blue) = 246+53+38=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F63526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63526 is #09CAD9. Grayscale: #6D6D6D. Windows color (decimal): -641754 or 2504182. OLE color: 2504182.

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

Color convert

RGB 246 53 38 -
CMYK 0 0.78 0.85 0.04
HSL 4.33º 0.92% 0.56% -
HSV(B) 4.33º 0.85% 0.96% -
XYZ 39.63 22.28 4.05 -
YUV 109 87.94 225.72 -
System Red Green Blue C M Y K H S L
Decimal 246 53 38 0 0.78 0.85 0.04 4.33 0.92 0.56
Hex F6 35 26 0 4E 55 4 4 5C 38
Octal 366 65 46 0 116 125 4 4 134 70
Binary 11110110 110101 100110 0 1001110 1010101 100 100 1011100 111000

Color Harmonies of #F63526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63526

Black with #F63526

Text Example


Text Example

White with #F63526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63526; }

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

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

background-color css

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

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

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

border-color css

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

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

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