Html Css Color HEX #F63502 Orange Red

📋 copy color: '#F63502'

red 246 ◦ green 53 ◦ blue 2

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

Shades of Orange Red #F63502

Tints of Orange Red #F63502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 81.73%
G = 17.61%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F63502 (or 0xF63502) is known color: Orange Red. HEX triplet: F6, 35 and 02. RGB value is (246,53,2). Sum of RGB (Red+Green+Blue) = 246+53+2=301 (39% of max value = 765). Red value is 246 (96.48% from 255 or 81.73% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 246 - color contains mainly: red. Hex color #F63502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63502 is #09CAFD. Grayscale: #696969. Windows color (decimal): -641790 or 144886. OLE color: 144886.

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

Color convert

RGB 246 53 2 -
CMYK 0 0.78 0.99 0.04
HSL 12.54º 0.98% 0.49% -
HSV(B) 12.54º 0.99% 0.96% -
XYZ 39.29 22.14 2.26 -
YUV 104.89 69.94 228.65 -
System Red Green Blue C M Y K H S L
Decimal 246 53 2 0 0.78 0.99 0.04 12.54 0.98 0.49
Hex F6 35 2 0 4E 63 4 D 62 31
Octal 366 65 2 0 116 143 4 15 142 61
Binary 11110110 110101 10 0 1001110 1100011 100 1101 1100010 110001

Color Harmonies of #F63502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63502

Black with #F63502

Text Example


Text Example

White with #F63502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63502; }

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

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

background-color css

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

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

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

border-color css

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

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

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