Html Css Color HEX #F63504 Orange Red

📋 copy color: '#F63504'

red 246 ◦ green 53 ◦ blue 4

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

Shades of Orange Red #F63504

Tints of Orange Red #F63504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 81.19%
G = 17.49%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F63504 (or 0xF63504) is known color: Orange Red. HEX triplet: F6, 35 and 04. RGB value is (246,53,4). Sum of RGB (Red+Green+Blue) = 246+53+4=303 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.19% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 246 - color contains mainly: red. Hex color #F63504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63504 is #09CAFB. Grayscale: #696969. Windows color (decimal): -641788 or 275958. OLE color: 275958.

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

Color convert

RGB 246 53 4 -
CMYK 0 0.78 0.98 0.04
HSL 12.15º 0.97% 0.49% -
HSV(B) 12.15º 0.98% 0.96% -
XYZ 39.3 22.15 2.32 -
YUV 105.12 70.94 228.48 -
System Red Green Blue C M Y K H S L
Decimal 246 53 4 0 0.78 0.98 0.04 12.15 0.97 0.49
Hex F6 35 4 0 4E 62 4 C 61 31
Octal 366 65 4 0 116 142 4 14 141 61
Binary 11110110 110101 100 0 1001110 1100010 100 1100 1100001 110001

Color Harmonies of #F63504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63504

Black with #F63504

Text Example


Text Example

White with #F63504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63504; }

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

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

background-color css

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

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

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

border-color css

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

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

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