Html Css Color HEX #F3471A Orange Red

📋 copy color: '#F3471A'

red 243 ◦ green 71 ◦ blue 26

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

Shades of Orange Red #F3471A

Tints of Orange Red #F3471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.88%

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

R = 71.47%
G = 20.88%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F3471A (or 0xF3471A) is known color: Orange Red. HEX triplet: F3, 47 and 1A. RGB value is (243,71,26). Sum of RGB (Red+Green+Blue) = 243+71+26=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F3471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3471A is #0CB8E5. Grayscale: #757575. Windows color (decimal): -833766 or 1722355. OLE color: 1722355.

HSL color Cylindrical-coordinate representation of color #F3471A: hue angle of 12.44º 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 #F3471A is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 71 26 -
CMYK 0 0.71 0.89 0.05
HSL 12.44º 0.9% 0.53% -
HSV(B) 12.44º 0.89% 0.95% -
XYZ 39.4 23.64 3.46 -
YUV 117.3 76.48 217.66 -
System Red Green Blue C M Y K H S L
Decimal 243 71 26 0 0.71 0.89 0.05 12.44 0.9 0.53
Hex F3 47 1A 0 47 59 5 C 5A 35
Octal 363 107 32 0 107 131 5 14 132 65
Binary 11110011 1000111 11010 0 1000111 1011001 101 1100 1011010 110101

Color Harmonies of #F3471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3471A

Black with #F3471A

Text Example


Text Example

White with #F3471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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