Html Css Color HEX #F3442A Red Orange

📋 copy color: '#F3442A'

red 243 ◦ green 68 ◦ blue 42

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

Shades of Red Orange #F3442A

Tints of Red Orange #F3442A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 68.84%
G = 19.26%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F3442A (or 0xF3442A) is known color: Red Orange. HEX triplet: F3, 44 and 2A. RGB value is (243,68,42). Sum of RGB (Red+Green+Blue) = 243+68+42=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F3442A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3442A is #0CBBD5. Grayscale: #757575. Windows color (decimal): -834518 or 2770163. OLE color: 2770163.

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

Color convert

RGB 243 68 42 -
CMYK 0 0.72 0.83 0.05
HSL 7.76º 0.89% 0.56% -
HSV(B) 7.76º 0.83% 0.95% -
XYZ 39.45 23.36 4.62 -
YUV 117.36 85.48 217.61 -
System Red Green Blue C M Y K H S L
Decimal 243 68 42 0 0.72 0.83 0.05 7.76 0.89 0.56
Hex F3 44 2A 0 48 53 5 8 59 38
Octal 363 104 52 0 110 123 5 10 131 70
Binary 11110011 1000100 101010 0 1001000 1010011 101 1000 1011001 111000

Color Harmonies of #F3442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3442A

Black with #F3442A

Text Example


Text Example

White with #F3442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3442A; }

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

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

background-color css

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

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

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

border-color css

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

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

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