Html Css Color HEX #F3401F Red Orange

📋 copy color: '#F3401F'

red 243 ◦ green 64 ◦ blue 31

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

Shades of Red Orange #F3401F

Tints of Red Orange #F3401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

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

R = 71.89%
G = 18.93%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F3401F (or 0xF3401F) is known color: Red Orange. HEX triplet: F3, 40 and 1F. RGB value is (243,64,31). Sum of RGB (Red+Green+Blue) = 243+64+31=338 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.89% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 243 - color contains mainly: red. Hex color #F3401F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3401F is #0CBFE0. Grayscale: #727272. Windows color (decimal): -835553 or 2048243. OLE color: 2048243.

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

Color convert

RGB 243 64 31 -
CMYK 0 0.74 0.87 0.05
HSL 9.34º 0.9% 0.54% -
HSV(B) 9.34º 0.87% 0.95% -
XYZ 39.04 22.82 3.64 -
YUV 113.76 81.3 220.18 -
System Red Green Blue C M Y K H S L
Decimal 243 64 31 0 0.74 0.87 0.05 9.34 0.9 0.54
Hex F3 40 1F 0 4A 57 5 9 5A 36
Octal 363 100 37 0 112 127 5 11 132 66
Binary 11110011 1000000 11111 0 1001010 1010111 101 1001 1011010 110110

Color Harmonies of #F3401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3401F

Black with #F3401F

Text Example


Text Example

White with #F3401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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