Html Css Color HEX #F3460C Orange Red

📋 copy color: '#F3460C'

red 243 ◦ green 70 ◦ blue 12

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

Shades of Orange Red #F3460C

Tints of Orange Red #F3460C

RGB

 RED value IS 243 (95.31% from 255) = 74.77%

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 74.77%
G = 21.54%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3460C (or 0xF3460C) is known color: Orange Red. HEX triplet: F3, 46 and 0C. RGB value is (243,70,12). Sum of RGB (Red+Green+Blue) = 243+70+12=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F3460C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3460C is #0CB9F3. Grayscale: #737373. Windows color (decimal): -834036 or 804595. OLE color: 804595.

HSL color Cylindrical-coordinate representation of color #F3460C: hue angle of 15.06º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3460C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 70 12 -
CMYK 0 0.71 0.95 0.05
HSL 15.06º 0.91% 0.5% -
HSV(B) 15.06º 0.95% 0.95% -
XYZ 39.22 23.46 2.81 -
YUV 115.12 69.81 219.22 -
System Red Green Blue C M Y K H S L
Decimal 243 70 12 0 0.71 0.95 0.05 15.06 0.91 0.5
Hex F3 46 C 0 47 5F 5 F 5B 32
Octal 363 106 14 0 107 137 5 17 133 62
Binary 11110011 1000110 1100 0 1000111 1011111 101 1111 1011011 110010

Color Harmonies of #F3460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3460C

Black with #F3460C

Text Example


Text Example

White with #F3460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3460C; }

 p { color: rgb(243,70,12); }

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

background-color css

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

 a { background-color: rgb(243,70,12); }

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

border-color css

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

 span { border-color: rgb(243,70,12); }

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