Html Css Color HEX #F63F04 Orange Red

📋 copy color: '#F63F04'

red 246 ◦ green 63 ◦ blue 4

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

Shades of Orange Red #F63F04

Tints of Orange Red #F63F04

RGB

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

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

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

R = 78.59%
G = 20.13%
B = 1.28%

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

#F63F04 (or 0xF63F04) is known color: Orange Red. HEX triplet: F6, 3F and 04. RGB value is (246,63,4). Sum of RGB (Red+Green+Blue) = 246+63+4=313 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.59% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63F04 is #09C0FB. Grayscale: #6F6F6F. Windows color (decimal): -639228 or 278518. OLE color: 278518.

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

Color convert

RGB 246 63 4 -
CMYK 0 0.74 0.98 0.04
HSL 14.63º 0.97% 0.49% -
HSV(B) 14.63º 0.98% 0.96% -
XYZ 39.81 23.16 2.49 -
YUV 110.99 67.63 224.3 -
System Red Green Blue C M Y K H S L
Decimal 246 63 4 0 0.74 0.98 0.04 14.63 0.97 0.49
Hex F6 3F 4 0 4A 62 4 F 61 31
Octal 366 77 4 0 112 142 4 17 141 61
Binary 11110110 111111 100 0 1001010 1100010 100 1111 1100001 110001

Color Harmonies of #F63F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63F04

Black with #F63F04

Text Example


Text Example

White with #F63F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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