Html Css Color HEX #F3402A Red Orange

📋 copy color: '#F3402A'

red 243 ◦ green 64 ◦ blue 42

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

Shades of Red Orange #F3402A

Tints of Red Orange #F3402A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 69.63%
G = 18.34%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F3402A (or 0xF3402A) is known color: Red Orange. HEX triplet: F3, 40 and 2A. RGB value is (243,64,42). Sum of RGB (Red+Green+Blue) = 243+64+42=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F3402A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3402A is #0CBFD5. Grayscale: #737373. Windows color (decimal): -835542 or 2769139. OLE color: 2769139.

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

Color convert

RGB 243 64 42 -
CMYK 0 0.74 0.83 0.05
HSL 6.57º 0.89% 0.56% -
HSV(B) 6.57º 0.83% 0.95% -
XYZ 39.21 22.89 4.54 -
YUV 115.01 86.8 219.29 -
System Red Green Blue C M Y K H S L
Decimal 243 64 42 0 0.74 0.83 0.05 6.57 0.89 0.56
Hex F3 40 2A 0 4A 53 5 7 59 38
Octal 363 100 52 0 112 123 5 7 131 70
Binary 11110011 1000000 101010 0 1001010 1010011 101 111 1011001 111000

Color Harmonies of #F3402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3402A

Black with #F3402A

Text Example


Text Example

White with #F3402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3402A; }

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

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

background-color css

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

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

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

border-color css

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

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

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