Html Css Color HEX #F3482C Red Orange

📋 copy color: '#F3482C'

red 243 ◦ green 72 ◦ blue 44

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

Shades of Red Orange #F3482C

Tints of Red Orange #F3482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.06%

 BLUE value IS 44 (17.58% from 255) = 12.26%

R = 67.69%
G = 20.06%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F3482C (or 0xF3482C) is known color: Red Orange. HEX triplet: F3, 48 and 2C. RGB value is (243,72,44). Sum of RGB (Red+Green+Blue) = 243+72+44=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F3482C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3482C is #0CB7D3. Grayscale: #787878. Windows color (decimal): -833492 or 2902259. OLE color: 2902259.

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

Color convert

RGB 243 72 44 -
CMYK 0 0.70 0.82 0.05
HSL 8.44º 0.89% 0.56% -
HSV(B) 8.44º 0.82% 0.95% -
XYZ 39.73 23.87 4.9 -
YUV 119.94 85.15 215.78 -
System Red Green Blue C M Y K H S L
Decimal 243 72 44 0 0.70 0.82 0.05 8.44 0.89 0.56
Hex F3 48 2C 0 46 52 5 8 59 38
Octal 363 110 54 0 106 122 5 10 131 70
Binary 11110011 1001000 101100 0 1000110 1010010 101 1000 1011001 111000

Color Harmonies of #F3482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3482C

Black with #F3482C

Text Example


Text Example

White with #F3482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3482C; }

 p { color: rgb(243,72,44); }

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

background-color css

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

 a { background-color: rgb(243,72,44); }

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

border-color css

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

 span { border-color: rgb(243,72,44); }

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