Html Css Color HEX #F63B02 Orange Red

📋 copy color: '#F63B02'

red 246 ◦ green 59 ◦ blue 2

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

Shades of Orange Red #F63B02

Tints of Orange Red #F63B02

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.22%

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

R = 80.13%
G = 19.22%
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

#F63B02 (or 0xF63B02) is known color: Orange Red. HEX triplet: F6, 3B and 02. RGB value is (246,59,2). Sum of RGB (Red+Green+Blue) = 246+59+2=307 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.13% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 246 - color contains mainly: red. Hex color #F63B02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63B02 is #09C4FD. Grayscale: #6C6C6C. Windows color (decimal): -640254 or 146422. OLE color: 146422.

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

Color convert

RGB 246 59 2 -
CMYK 0 0.76 0.99 0.04
HSL 14.02º 0.98% 0.49% -
HSV(B) 14.02º 0.99% 0.96% -
XYZ 39.58 22.73 2.36 -
YUV 108.42 67.95 226.13 -
System Red Green Blue C M Y K H S L
Decimal 246 59 2 0 0.76 0.99 0.04 14.02 0.98 0.49
Hex F6 3B 2 0 4C 63 4 E 62 31
Octal 366 73 2 0 114 143 4 16 142 61
Binary 11110110 111011 10 0 1001100 1100011 100 1110 1100010 110001

Color Harmonies of #F63B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63B02

Black with #F63B02

Text Example


Text Example

White with #F63B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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