Html Css Color HEX #F3481F Red Orange

📋 copy color: '#F3481F'

red 243 ◦ green 72 ◦ blue 31

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

Shades of Red Orange #F3481F

Tints of Red Orange #F3481F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.96%

R = 70.23%
G = 20.81%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F3481F (or 0xF3481F) is known color: Red Orange. HEX triplet: F3, 48 and 1F. RGB value is (243,72,31). Sum of RGB (Red+Green+Blue) = 243+72+31=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F3481F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3481F is #0CB7E0. Grayscale: #767676. Windows color (decimal): -833505 or 2050291. OLE color: 2050291.

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

Color convert

RGB 243 72 31 -
CMYK 0 0.70 0.87 0.05
HSL 11.6º 0.9% 0.54% -
HSV(B) 11.6º 0.87% 0.95% -
XYZ 39.53 23.79 3.8 -
YUV 118.46 78.65 216.83 -
System Red Green Blue C M Y K H S L
Decimal 243 72 31 0 0.70 0.87 0.05 11.6 0.9 0.54
Hex F3 48 1F 0 46 57 5 C 5A 36
Octal 363 110 37 0 106 127 5 14 132 66
Binary 11110011 1001000 11111 0 1000110 1010111 101 1100 1011010 110110

Color Harmonies of #F3481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3481F

Black with #F3481F

Text Example


Text Example

White with #F3481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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