Html Css Color HEX #F34030 Red Orange

📋 copy color: '#F34030'

red 243 ◦ green 64 ◦ blue 48

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

Shades of Red Orange #F34030

Tints of Red Orange #F34030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

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

R = 68.45%
G = 18.03%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F34030 (or 0xF34030) is known color: Red Orange. HEX triplet: F3, 40 and 30. RGB value is (243,64,48). Sum of RGB (Red+Green+Blue) = 243+64+48=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F34030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34030 is #0CBFCF. Grayscale: #737373. Windows color (decimal): -835536 or 3162355. OLE color: 3162355.

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

Color convert

RGB 243 64 48 -
CMYK 0 0.74 0.80 0.05
HSL 4.92º 0.89% 0.57% -
HSV(B) 4.92º 0.8% 0.95% -
XYZ 39.33 22.93 5.15 -
YUV 115.7 89.8 218.8 -
System Red Green Blue C M Y K H S L
Decimal 243 64 48 0 0.74 0.80 0.05 4.92 0.89 0.57
Hex F3 40 30 0 4A 50 5 5 59 39
Octal 363 100 60 0 112 120 5 5 131 71
Binary 11110011 1000000 110000 0 1001010 1010000 101 101 1011001 111001

Color Harmonies of #F34030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34030

Black with #F34030

Text Example


Text Example

White with #F34030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34030; }

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

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

background-color css

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

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

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

border-color css

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

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

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