Html Css Color HEX #F6420C Orange Red

📋 copy color: '#F6420C'

red 246 ◦ green 66 ◦ blue 12

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

Shades of Orange Red #F6420C

Tints of Orange Red #F6420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

 BLUE value IS 12 (5.08% from 255) = 3.7%

R = 75.93%
G = 20.37%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6420C (or 0xF6420C) is known color: Orange Red. HEX triplet: F6, 42 and 0C. RGB value is (246,66,12). Sum of RGB (Red+Green+Blue) = 246+66+12=324 (42% of max value = 765). Red value is 246 (96.48% from 255 or 75.93% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 246 - color contains mainly: red. Hex color #F6420C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6420C is #09BDF3. Grayscale: #727272. Windows color (decimal): -638452 or 803574. OLE color: 803574.

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

Color convert

RGB 246 66 12 -
CMYK 0 0.73 0.95 0.04
HSL 13.85º 0.93% 0.51% -
HSV(B) 13.85º 0.95% 0.96% -
XYZ 40.02 23.52 2.78 -
YUV 113.66 70.63 222.39 -
System Red Green Blue C M Y K H S L
Decimal 246 66 12 0 0.73 0.95 0.04 13.85 0.93 0.51
Hex F6 42 C 0 49 5F 4 E 5D 33
Octal 366 102 14 0 111 137 4 16 135 63
Binary 11110110 1000010 1100 0 1001001 1011111 100 1110 1011101 110011

Color Harmonies of #F6420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6420C

Black with #F6420C

Text Example


Text Example

White with #F6420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6420C; }

 p { color: rgb(246,66,12); }

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

background-color css

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

 a { background-color: rgb(246,66,12); }

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

border-color css

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

 span { border-color: rgb(246,66,12); }

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