Html Css Color HEX #F3410A Orange Red

📋 copy color: '#F3410A'

red 243 ◦ green 65 ◦ blue 10

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

Shades of Orange Red #F3410A

Tints of Orange Red #F3410A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.44%

 BLUE value IS 10 (4.3% from 255) = 3.14%

R = 76.42%
G = 20.44%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F3410A (or 0xF3410A) is known color: Orange Red. HEX triplet: F3, 41 and 0A. RGB value is (243,65,10). Sum of RGB (Red+Green+Blue) = 243+65+10=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F3410A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3410A is #0CBEF5. Grayscale: #707070. Windows color (decimal): -835318 or 672243. OLE color: 672243.

HSL color Cylindrical-coordinate representation of color #F3410A: hue angle of 14.16º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3410A is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 65 10 -
CMYK 0 0.73 0.96 0.05
HSL 14.16º 0.92% 0.5% -
HSV(B) 14.16º 0.96% 0.95% -
XYZ 38.91 22.86 2.65 -
YUV 111.95 70.47 221.47 -
System Red Green Blue C M Y K H S L
Decimal 243 65 10 0 0.73 0.96 0.05 14.16 0.92 0.5
Hex F3 41 A 0 49 60 5 E 5C 32
Octal 363 101 12 0 111 140 5 16 134 62
Binary 11110011 1000001 1010 0 1001001 1100000 101 1110 1011100 110010

Color Harmonies of #F3410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3410A

Black with #F3410A

Text Example


Text Example

White with #F3410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3410A; }

 p { color: rgb(243,65,10); }

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

background-color css

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

 a { background-color: rgb(243,65,10); }

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

border-color css

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

 span { border-color: rgb(243,65,10); }

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