Html Css Color HEX #F6450D Orange Red

📋 copy color: '#F6450D'

red 246 ◦ green 69 ◦ blue 13

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

Shades of Orange Red #F6450D

Tints of Orange Red #F6450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.04%

 BLUE value IS 13 (5.47% from 255) = 3.96%

R = 75%
G = 21.04%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6450D (or 0xF6450D) is known color: Orange Red. HEX triplet: F6, 45 and 0D. RGB value is (246,69,13). Sum of RGB (Red+Green+Blue) = 246+69+13=328 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 246 - color contains mainly: red. Hex color #F6450D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6450D is #09BAF2. Grayscale: #737373. Windows color (decimal): -637683 or 869878. OLE color: 869878.

HSL color Cylindrical-coordinate representation of color #F6450D: hue angle of 14.42º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6450D is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 69 13 -
CMYK 0 0.72 0.95 0.04
HSL 14.42º 0.93% 0.51% -
HSV(B) 14.42º 0.95% 0.96% -
XYZ 40.21 23.88 2.87 -
YUV 115.54 70.14 221.05 -
System Red Green Blue C M Y K H S L
Decimal 246 69 13 0 0.72 0.95 0.04 14.42 0.93 0.51
Hex F6 45 D 0 48 5F 4 E 5D 33
Octal 366 105 15 0 110 137 4 16 135 63
Binary 11110110 1000101 1101 0 1001000 1011111 100 1110 1011101 110011

Color Harmonies of #F6450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6450D

Black with #F6450D

Text Example


Text Example

White with #F6450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6450D; }

 p { color: rgb(246,69,13); }

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

background-color css

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

 a { background-color: rgb(246,69,13); }

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

border-color css

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

 span { border-color: rgb(246,69,13); }

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