Html Css Color HEX #F34630 Red Orange

📋 copy color: '#F34630'

red 243 ◦ green 70 ◦ blue 48

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

Shades of Red Orange #F34630

Tints of Red Orange #F34630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.39%

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

R = 67.31%
G = 19.39%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F34630 (or 0xF34630) is known color: Red Orange. HEX triplet: F3, 46 and 30. RGB value is (243,70,48). Sum of RGB (Red+Green+Blue) = 243+70+48=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F34630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34630 is #0CB9CF. Grayscale: #777777. Windows color (decimal): -834000 or 3163891. OLE color: 3163891.

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

Color convert

RGB 243 70 48 -
CMYK 0 0.71 0.80 0.05
HSL 6.77º 0.89% 0.57% -
HSV(B) 6.77º 0.8% 0.95% -
XYZ 39.69 23.65 5.27 -
YUV 119.22 87.81 216.29 -
System Red Green Blue C M Y K H S L
Decimal 243 70 48 0 0.71 0.80 0.05 6.77 0.89 0.57
Hex F3 46 30 0 47 50 5 7 59 39
Octal 363 106 60 0 107 120 5 7 131 71
Binary 11110011 1000110 110000 0 1000111 1010000 101 111 1011001 111001

Color Harmonies of #F34630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34630

Black with #F34630

Text Example


Text Example

White with #F34630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34630; }

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

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

background-color css

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

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

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

border-color css

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

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

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