Html Css Color HEX #F63C02 Orange Red

📋 copy color: '#F63C02'

red 246 ◦ green 60 ◦ blue 2

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

Shades of Orange Red #F63C02

Tints of Orange Red #F63C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.48%

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

R = 79.87%
G = 19.48%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F63C02 (or 0xF63C02) is known color: Orange Red. HEX triplet: F6, 3C and 02. RGB value is (246,60,2). Sum of RGB (Red+Green+Blue) = 246+60+2=308 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.87% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63C02 is #09C3FD. Grayscale: #6D6D6D. Windows color (decimal): -639998 or 146678. OLE color: 146678.

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

Color convert

RGB 246 60 2 -
CMYK 0 0.76 0.99 0.04
HSL 14.26º 0.98% 0.49% -
HSV(B) 14.26º 0.99% 0.96% -
XYZ 39.63 22.83 2.37 -
YUV 109 67.62 225.72 -
System Red Green Blue C M Y K H S L
Decimal 246 60 2 0 0.76 0.99 0.04 14.26 0.98 0.49
Hex F6 3C 2 0 4C 63 4 E 62 31
Octal 366 74 2 0 114 143 4 16 142 61
Binary 11110110 111100 10 0 1001100 1100011 100 1110 1100010 110001

Color Harmonies of #F63C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63C02

Black with #F63C02

Text Example


Text Example

White with #F63C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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