Html Css Color HEX #F34810 Orange Red

📋 copy color: '#F34810'

red 243 ◦ green 72 ◦ blue 16

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

Shades of Orange Red #F34810

Tints of Orange Red #F34810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

 BLUE value IS 16 (6.64% from 255) = 4.83%

R = 73.41%
G = 21.75%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F34810 (or 0xF34810) is known color: Orange Red. HEX triplet: F3, 48 and 10. RGB value is (243,72,16). Sum of RGB (Red+Green+Blue) = 243+72+16=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F34810 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34810 is #0CB7EF. Grayscale: #757575. Windows color (decimal): -833520 or 1067251. OLE color: 1067251.

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

Color convert

RGB 243 72 16 -
CMYK 0 0.70 0.93 0.05
HSL 14.8º 0.9% 0.51% -
HSV(B) 14.8º 0.93% 0.95% -
XYZ 39.37 23.73 2.99 -
YUV 116.75 71.15 218.05 -
System Red Green Blue C M Y K H S L
Decimal 243 72 16 0 0.70 0.93 0.05 14.8 0.9 0.51
Hex F3 48 10 0 46 5D 5 F 5A 33
Octal 363 110 20 0 106 135 5 17 132 63
Binary 11110011 1001000 10000 0 1000110 1011101 101 1111 1011010 110011

Color Harmonies of #F34810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34810

Black with #F34810

Text Example


Text Example

White with #F34810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34810; }

 p { color: rgb(243,72,16); }

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

background-color css

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

 a { background-color: rgb(243,72,16); }

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

border-color css

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

 span { border-color: rgb(243,72,16); }

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