Html Css Color HEX #F63F05 Orange Red

📋 copy color: '#F63F05'

red 246 ◦ green 63 ◦ blue 5

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

Shades of Orange Red #F63F05

Tints of Orange Red #F63F05

RGB

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

 GREEN value IS 63 (25% from 255) = 20.06%

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 78.34%
G = 20.06%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F63F05 (or 0xF63F05) is known color: Orange Red. HEX triplet: F6, 3F and 05. RGB value is (246,63,5). Sum of RGB (Red+Green+Blue) = 246+63+5=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63F05 is #09C0FA. Grayscale: #6F6F6F. Windows color (decimal): -639227 or 344054. OLE color: 344054.

HSL color Cylindrical-coordinate representation of color #F63F05: hue angle of 14.44º degrees, saturation: 0.96, 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 #F63F05 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 63 5 -
CMYK 0 0.74 0.98 0.04
HSL 14.44º 0.96% 0.49% -
HSV(B) 14.44º 0.98% 0.96% -
XYZ 39.81 23.16 2.52 -
YUV 111.11 68.13 224.22 -
System Red Green Blue C M Y K H S L
Decimal 246 63 5 0 0.74 0.98 0.04 14.44 0.96 0.49
Hex F6 3F 5 0 4A 62 4 E 60 31
Octal 366 77 5 0 112 142 4 16 140 61
Binary 11110110 111111 101 0 1001010 1100010 100 1110 1100000 110001

Color Harmonies of #F63F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63F05

Black with #F63F05

Text Example


Text Example

White with #F63F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63F05; }

 p { color: rgb(246,63,5); }

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

background-color css

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

 a { background-color: rgb(246,63,5); }

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

border-color css

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

 span { border-color: rgb(246,63,5); }

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