Html Css Color HEX #F3442F Red Orange

📋 copy color: '#F3442F'

red 243 ◦ green 68 ◦ blue 47

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

Shades of Red Orange #F3442F

Tints of Red Orange #F3442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.13%

R = 67.88%
G = 18.99%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3442F (or 0xF3442F) is known color: Red Orange. HEX triplet: F3, 44 and 2F. RGB value is (243,68,47). Sum of RGB (Red+Green+Blue) = 243+68+47=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F3442F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3442F is #0CBBD0. Grayscale: #767676. Windows color (decimal): -834513 or 3097843. OLE color: 3097843.

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

Color convert

RGB 243 68 47 -
CMYK 0 0.72 0.81 0.05
HSL 6.43º 0.89% 0.57% -
HSV(B) 6.43º 0.81% 0.95% -
XYZ 39.54 23.39 5.12 -
YUV 117.93 87.98 217.21 -
System Red Green Blue C M Y K H S L
Decimal 243 68 47 0 0.72 0.81 0.05 6.43 0.89 0.57
Hex F3 44 2F 0 48 51 5 6 59 39
Octal 363 104 57 0 110 121 5 6 131 71
Binary 11110011 1000100 101111 0 1001000 1010001 101 110 1011001 111001

Color Harmonies of #F3442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3442F

Black with #F3442F

Text Example


Text Example

White with #F3442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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