Html Css Color HEX #F63534 Red Orange

📋 copy color: '#F63534'

red 246 ◦ green 53 ◦ blue 52

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

Shades of Red Orange #F63534

Tints of Red Orange #F63534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.81%

R = 70.09%
G = 15.1%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F63534 (or 0xF63534) is known color: Red Orange. HEX triplet: F6, 35 and 34. RGB value is (246,53,52). Sum of RGB (Red+Green+Blue) = 246+53+52=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F63534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63534 is #09CACB. Grayscale: #6E6E6E. Windows color (decimal): -641740 or 3421686. OLE color: 3421686.

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

Color convert

RGB 246 53 52 -
CMYK 0 0.78 0.79 0.04
HSL 0.31º 0.92% 0.58% -
HSV(B) 0.31º 0.79% 0.96% -
XYZ 39.9 22.39 5.47 -
YUV 110.59 94.94 224.58 -
System Red Green Blue C M Y K H S L
Decimal 246 53 52 0 0.78 0.79 0.04 0.31 0.92 0.58
Hex F6 35 34 0 4E 4F 4 0 5C 3A
Octal 366 65 64 0 116 117 4 0 134 72
Binary 11110110 110101 110100 0 1001110 1001111 100 0 1011100 111010

Color Harmonies of #F63534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63534

Black with #F63534

Text Example


Text Example

White with #F63534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63534; }

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

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

background-color css

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

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

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

border-color css

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

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

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