Html Css Color HEX #F3401A Orange Red

📋 copy color: '#F3401A'

red 243 ◦ green 64 ◦ blue 26

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

Shades of Orange Red #F3401A

Tints of Orange Red #F3401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.81%

R = 72.97%
G = 19.22%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F3401A (or 0xF3401A) is known color: Orange Red. HEX triplet: F3, 40 and 1A. RGB value is (243,64,26). Sum of RGB (Red+Green+Blue) = 243+64+26=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F3401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3401A is #0CBFE5. Grayscale: #717171. Windows color (decimal): -835558 or 1720563. OLE color: 1720563.

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

Color convert

RGB 243 64 26 -
CMYK 0 0.74 0.89 0.05
HSL 10.51º 0.9% 0.53% -
HSV(B) 10.51º 0.89% 0.95% -
XYZ 38.98 22.8 3.32 -
YUV 113.19 78.8 220.59 -
System Red Green Blue C M Y K H S L
Decimal 243 64 26 0 0.74 0.89 0.05 10.51 0.9 0.53
Hex F3 40 1A 0 4A 59 5 B 5A 35
Octal 363 100 32 0 112 131 5 13 132 65
Binary 11110011 1000000 11010 0 1001010 1011001 101 1011 1011010 110101

Color Harmonies of #F3401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3401A

Black with #F3401A

Text Example


Text Example

White with #F3401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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