Html Css Color HEX #F3402E Red Orange

📋 copy color: '#F3402E'

red 243 ◦ green 64 ◦ blue 46

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

Shades of Red Orange #F3402E

Tints of Red Orange #F3402E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 68.84%
G = 18.13%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3402E (or 0xF3402E) is known color: Red Orange. HEX triplet: F3, 40 and 2E. RGB value is (243,64,46). Sum of RGB (Red+Green+Blue) = 243+64+46=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F3402E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3402E is #0CBFD1. Grayscale: #737373. Windows color (decimal): -835538 or 3031283. OLE color: 3031283.

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

Color convert

RGB 243 64 46 -
CMYK 0 0.74 0.81 0.05
HSL 5.48º 0.89% 0.57% -
HSV(B) 5.48º 0.81% 0.95% -
XYZ 39.29 22.92 4.94 -
YUV 115.47 88.8 218.96 -
System Red Green Blue C M Y K H S L
Decimal 243 64 46 0 0.74 0.81 0.05 5.48 0.89 0.57
Hex F3 40 2E 0 4A 51 5 5 59 39
Octal 363 100 56 0 112 121 5 5 131 71
Binary 11110011 1000000 101110 0 1001010 1010001 101 101 1011001 111001

Color Harmonies of #F3402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3402E

Black with #F3402E

Text Example


Text Example

White with #F3402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3402E; }

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

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

background-color css

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

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

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

border-color css

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

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

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