Html Css Color HEX #F34830 Red Orange

📋 copy color: '#F34830'

red 243 ◦ green 72 ◦ blue 48

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

Shades of Red Orange #F34830

Tints of Red Orange #F34830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.22%

R = 66.94%
G = 19.83%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F34830 (or 0xF34830) is known color: Red Orange. HEX triplet: F3, 48 and 30. RGB value is (243,72,48). Sum of RGB (Red+Green+Blue) = 243+72+48=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F34830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34830 is #0CB7CF. Grayscale: #787878. Windows color (decimal): -833488 or 3164403. OLE color: 3164403.

HSL color Cylindrical-coordinate representation of color #F34830: hue angle of 7.38º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F34830 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 72 48 -
CMYK 0 0.70 0.80 0.05
HSL 7.38º 0.89% 0.57% -
HSV(B) 7.38º 0.8% 0.95% -
XYZ 39.81 23.9 5.31 -
YUV 120.39 87.15 215.45 -
System Red Green Blue C M Y K H S L
Decimal 243 72 48 0 0.70 0.80 0.05 7.38 0.89 0.57
Hex F3 48 30 0 46 50 5 7 59 39
Octal 363 110 60 0 106 120 5 7 131 71
Binary 11110011 1001000 110000 0 1000110 1010000 101 111 1011001 111001

Color Harmonies of #F34830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34830

Black with #F34830

Text Example


Text Example

White with #F34830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34830; }

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

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

background-color css

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

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

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

border-color css

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

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

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