Html Css Color HEX #F34130 Red Orange

📋 copy color: '#F34130'

red 243 ◦ green 65 ◦ blue 48

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

Shades of Red Orange #F34130

Tints of Red Orange #F34130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.26%

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

R = 68.26%
G = 18.26%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F34130 (or 0xF34130) is known color: Red Orange. HEX triplet: F3, 41 and 30. RGB value is (243,65,48). Sum of RGB (Red+Green+Blue) = 243+65+48=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F34130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34130 is #0CBECF. Grayscale: #747474. Windows color (decimal): -835280 or 3162611. OLE color: 3162611.

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

Color convert

RGB 243 65 48 -
CMYK 0 0.73 0.80 0.05
HSL 5.23º 0.89% 0.57% -
HSV(B) 5.23º 0.8% 0.95% -
XYZ 39.39 23.05 5.17 -
YUV 116.28 89.47 218.38 -
System Red Green Blue C M Y K H S L
Decimal 243 65 48 0 0.73 0.80 0.05 5.23 0.89 0.57
Hex F3 41 30 0 49 50 5 5 59 39
Octal 363 101 60 0 111 120 5 5 131 71
Binary 11110011 1000001 110000 0 1001001 1010000 101 101 1011001 111001

Color Harmonies of #F34130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34130

Black with #F34130

Text Example


Text Example

White with #F34130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34130; }

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

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

background-color css

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

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

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

border-color css

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

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

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