Html Css Color HEX #F3440C Orange Red

📋 copy color: '#F3440C'

red 243 ◦ green 68 ◦ blue 12

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

Shades of Orange Red #F3440C

Tints of Orange Red #F3440C

RGB

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

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

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

R = 75.23%
G = 21.05%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3440C (or 0xF3440C) is known color: Orange Red. HEX triplet: F3, 44 and 0C. RGB value is (243,68,12). Sum of RGB (Red+Green+Blue) = 243+68+12=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F3440C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3440C is #0CBBF3. Grayscale: #727272. Windows color (decimal): -834548 or 804083. OLE color: 804083.

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

Color convert

RGB 243 68 12 -
CMYK 0 0.72 0.95 0.05
HSL 14.55º 0.91% 0.5% -
HSV(B) 14.55º 0.95% 0.95% -
XYZ 39.1 23.22 2.77 -
YUV 113.94 70.48 220.05 -
System Red Green Blue C M Y K H S L
Decimal 243 68 12 0 0.72 0.95 0.05 14.55 0.91 0.5
Hex F3 44 C 0 48 5F 5 F 5B 32
Octal 363 104 14 0 110 137 5 17 133 62
Binary 11110011 1000100 1100 0 1001000 1011111 101 1111 1011011 110010

Color Harmonies of #F3440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3440C

Black with #F3440C

Text Example


Text Example

White with #F3440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3440C; }

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

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

background-color css

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

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

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

border-color css

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

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

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