Html Css Color HEX #F34238 Red Orange

📋 copy color: '#F34238'

red 243 ◦ green 66 ◦ blue 56

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

Shades of Red Orange #F34238

Tints of Red Orange #F34238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.08%

 BLUE value IS 56 (22.27% from 255) = 15.34%

R = 66.58%
G = 18.08%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F34238 (or 0xF34238) is known color: Red Orange. HEX triplet: F3, 42 and 38. RGB value is (243,66,56). Sum of RGB (Red+Green+Blue) = 243+66+56=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F34238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34238 is #0CBDC7. Grayscale: #757575. Windows color (decimal): -835016 or 3687155. OLE color: 3687155.

HSL color Cylindrical-coordinate representation of color #F34238: hue angle of 3.21º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F34238 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 66 56 -
CMYK 0 0.73 0.77 0.05
HSL 3.21º 0.89% 0.59% -
HSV(B) 3.21º 0.77% 0.95% -
XYZ 39.62 23.24 6.14 -
YUV 117.78 93.14 217.31 -
System Red Green Blue C M Y K H S L
Decimal 243 66 56 0 0.73 0.77 0.05 3.21 0.89 0.59
Hex F3 42 38 0 49 4D 5 3 59 3B
Octal 363 102 70 0 111 115 5 3 131 73
Binary 11110011 1000010 111000 0 1001001 1001101 101 11 1011001 111011

Color Harmonies of #F34238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34238

Black with #F34238

Text Example


Text Example

White with #F34238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34238; }

 p { color: rgb(243,66,56); }

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

background-color css

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

 a { background-color: rgb(243,66,56); }

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

border-color css

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

 span { border-color: rgb(243,66,56); }

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