Html Css Color HEX #F3402D Red Orange

📋 copy color: '#F3402D'

red 243 ◦ green 64 ◦ blue 45

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

Shades of Red Orange #F3402D

Tints of Red Orange #F3402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 69.03%
G = 18.18%
B = 12.78%

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

#F3402D (or 0xF3402D) is known color: Red Orange. HEX triplet: F3, 40 and 2D. RGB value is (243,64,45). Sum of RGB (Red+Green+Blue) = 243+64+45=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F3402D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3402D is #0CBFD2. Grayscale: #737373. Windows color (decimal): -835539 or 2965747. OLE color: 2965747.

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

Color convert

RGB 243 64 45 -
CMYK 0 0.74 0.81 0.05
HSL 5.76º 0.89% 0.56% -
HSV(B) 5.76º 0.81% 0.95% -
XYZ 39.27 22.91 4.84 -
YUV 115.36 88.3 219.04 -
System Red Green Blue C M Y K H S L
Decimal 243 64 45 0 0.74 0.81 0.05 5.76 0.89 0.56
Hex F3 40 2D 0 4A 51 5 6 59 38
Octal 363 100 55 0 112 121 5 6 131 70
Binary 11110011 1000000 101101 0 1001010 1010001 101 110 1011001 111000

Color Harmonies of #F3402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3402D

Black with #F3402D

Text Example


Text Example

White with #F3402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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