Html Css Color HEX #F3401D Red Orange

📋 copy color: '#F3401D'

red 243 ◦ green 64 ◦ blue 29

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

Shades of Red Orange #F3401D

Tints of Red Orange #F3401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.63%

R = 72.32%
G = 19.05%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3401D (or 0xF3401D) is known color: Red Orange. HEX triplet: F3, 40 and 1D. RGB value is (243,64,29). Sum of RGB (Red+Green+Blue) = 243+64+29=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F3401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3401D is #0CBFE2. Grayscale: #717171. Windows color (decimal): -835555 or 1917171. OLE color: 1917171.

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

Color convert

RGB 243 64 29 -
CMYK 0 0.74 0.88 0.05
HSL 9.81º 0.9% 0.53% -
HSV(B) 9.81º 0.88% 0.95% -
XYZ 39.02 22.81 3.51 -
YUV 113.53 80.3 220.35 -
System Red Green Blue C M Y K H S L
Decimal 243 64 29 0 0.74 0.88 0.05 9.81 0.9 0.53
Hex F3 40 1D 0 4A 58 5 A 5A 35
Octal 363 100 35 0 112 130 5 12 132 65
Binary 11110011 1000000 11101 0 1001010 1011000 101 1010 1011010 110101

Color Harmonies of #F3401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3401D

Black with #F3401D

Text Example


Text Example

White with #F3401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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