Html Css Color HEX #F3471B Orange Red

📋 copy color: '#F3471B'

red 243 ◦ green 71 ◦ blue 27

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

Shades of Orange Red #F3471B

Tints of Orange Red #F3471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.92%

R = 71.26%
G = 20.82%
B = 7.92%

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

#F3471B (or 0xF3471B) is known color: Orange Red. HEX triplet: F3, 47 and 1B. RGB value is (243,71,27). Sum of RGB (Red+Green+Blue) = 243+71+27=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F3471B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3471B is #0CB8E4. Grayscale: #757575. Windows color (decimal): -833765 or 1787891. OLE color: 1787891.

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

Color convert

RGB 243 71 27 -
CMYK 0 0.71 0.89 0.05
HSL 12.22º 0.9% 0.53% -
HSV(B) 12.22º 0.89% 0.95% -
XYZ 39.41 23.64 3.52 -
YUV 117.41 76.98 217.58 -
System Red Green Blue C M Y K H S L
Decimal 243 71 27 0 0.71 0.89 0.05 12.22 0.9 0.53
Hex F3 47 1B 0 47 59 5 C 5A 35
Octal 363 107 33 0 107 131 5 14 132 65
Binary 11110011 1000111 11011 0 1000111 1011001 101 1100 1011010 110101

Color Harmonies of #F3471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3471B

Black with #F3471B

Text Example


Text Example

White with #F3471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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