Html Css Color HEX #F3460B Orange Red

📋 copy color: '#F3460B'

red 243 ◦ green 70 ◦ blue 11

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

Shades of Orange Red #F3460B

Tints of Orange Red #F3460B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.4%

R = 75%
G = 21.6%
B = 3.4%

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

#F3460B (or 0xF3460B) is known color: Orange Red. HEX triplet: F3, 46 and 0B. RGB value is (243,70,11). Sum of RGB (Red+Green+Blue) = 243+70+11=324 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 243 - color contains mainly: red. Hex color #F3460B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3460B is #0CB9F4. Grayscale: #737373. Windows color (decimal): -834037 or 739059. OLE color: 739059.

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

Color convert

RGB 243 70 11 -
CMYK 0 0.71 0.95 0.05
HSL 15.26º 0.91% 0.5% -
HSV(B) 15.26º 0.95% 0.95% -
XYZ 39.21 23.46 2.78 -
YUV 115 69.31 219.3 -
System Red Green Blue C M Y K H S L
Decimal 243 70 11 0 0.71 0.95 0.05 15.26 0.91 0.5
Hex F3 46 B 0 47 5F 5 F 5B 32
Octal 363 106 13 0 107 137 5 17 133 62
Binary 11110011 1000110 1011 0 1000111 1011111 101 1111 1011011 110010

Color Harmonies of #F3460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3460B

Black with #F3460B

Text Example


Text Example

White with #F3460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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