Html Css Color HEX #F34D30 Red Orange

📋 copy color: '#F34D30'

red 243 ◦ green 77 ◦ blue 48

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

Shades of Red Orange #F34D30

Tints of Red Orange #F34D30

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.92%

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

R = 66.03%
G = 20.92%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F34D30 (or 0xF34D30) is known color: Red Orange. HEX triplet: F3, 4D and 30. RGB value is (243,77,48). Sum of RGB (Red+Green+Blue) = 243+77+48=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34D30 is #0CB2CF. Grayscale: #7B7B7B. Windows color (decimal): -832208 or 3165683. OLE color: 3165683.

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

Color convert

RGB 243 77 48 -
CMYK 0 0.68 0.80 0.05
HSL 8.92º 0.89% 0.57% -
HSV(B) 8.92º 0.8% 0.95% -
XYZ 40.15 24.58 5.42 -
YUV 123.33 85.5 213.36 -
System Red Green Blue C M Y K H S L
Decimal 243 77 48 0 0.68 0.80 0.05 8.92 0.89 0.57
Hex F3 4D 30 0 44 50 5 9 59 39
Octal 363 115 60 0 104 120 5 11 131 71
Binary 11110011 1001101 110000 0 1000100 1010000 101 1001 1011001 111001

Color Harmonies of #F34D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34D30

Black with #F34D30

Text Example


Text Example

White with #F34D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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