Html Css Color HEX #F63D04 Orange Red

📋 copy color: '#F63D04'

red 246 ◦ green 61 ◦ blue 4

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

Shades of Orange Red #F63D04

Tints of Orange Red #F63D04

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.61%

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

R = 79.1%
G = 19.61%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F63D04 (or 0xF63D04) is known color: Orange Red. HEX triplet: F6, 3D and 04. RGB value is (246,61,4). Sum of RGB (Red+Green+Blue) = 246+61+4=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63D04 is #09C2FB. Grayscale: #6E6E6E. Windows color (decimal): -639740 or 278006. OLE color: 278006.

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

Color convert

RGB 246 61 4 -
CMYK 0 0.75 0.98 0.04
HSL 14.13º 0.97% 0.49% -
HSV(B) 14.13º 0.98% 0.96% -
XYZ 39.7 22.94 2.45 -
YUV 109.82 68.29 225.13 -
System Red Green Blue C M Y K H S L
Decimal 246 61 4 0 0.75 0.98 0.04 14.13 0.97 0.49
Hex F6 3D 4 0 4B 62 4 E 61 31
Octal 366 75 4 0 113 142 4 16 141 61
Binary 11110110 111101 100 0 1001011 1100010 100 1110 1100001 110001

Color Harmonies of #F63D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63D04

Black with #F63D04

Text Example


Text Example

White with #F63D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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