Html Css Color HEX #F3440A Orange Red

📋 copy color: '#F3440A'

red 243 ◦ green 68 ◦ blue 10

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

Shades of Orange Red #F3440A

Tints of Orange Red #F3440A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.18%

 BLUE value IS 10 (4.3% from 255) = 3.12%

R = 75.7%
G = 21.18%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F3440A (or 0xF3440A) is known color: Orange Red. HEX triplet: F3, 44 and 0A. RGB value is (243,68,10). Sum of RGB (Red+Green+Blue) = 243+68+10=321 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.70% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 243 - color contains mainly: red. Hex color #F3440A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3440A is #0CBBF5. Grayscale: #727272. Windows color (decimal): -834550 or 673011. OLE color: 673011.

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

Color convert

RGB 243 68 10 -
CMYK 0 0.72 0.96 0.05
HSL 14.94º 0.92% 0.5% -
HSV(B) 14.94º 0.96% 0.95% -
XYZ 39.08 23.21 2.71 -
YUV 113.71 69.48 220.22 -
System Red Green Blue C M Y K H S L
Decimal 243 68 10 0 0.72 0.96 0.05 14.94 0.92 0.5
Hex F3 44 A 0 48 60 5 F 5C 32
Octal 363 104 12 0 110 140 5 17 134 62
Binary 11110011 1000100 1010 0 1001000 1100000 101 1111 1011100 110010

Color Harmonies of #F3440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3440A

Black with #F3440A

Text Example


Text Example

White with #F3440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3440A; }

 p { color: rgb(243,68,10); }

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

background-color css

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

 a { background-color: rgb(243,68,10); }

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

border-color css

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

 span { border-color: rgb(243,68,10); }

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