Html Css Color HEX #F8342B Red Orange

📋 copy color: '#F8342B'

red 248 ◦ green 52 ◦ blue 43

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

Shades of Red Orange #F8342B

Tints of Red Orange #F8342B

RGB

 RED value IS 248 (97.27% from 255) = 72.3%

 GREEN value IS 52 (20.7% from 255) = 15.16%

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 72.3%
G = 15.16%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8342B (or 0xF8342B) is known color: Red Orange. HEX triplet: F8, 34 and 2B. RGB value is (248,52,43). Sum of RGB (Red+Green+Blue) = 248+52+43=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F8342B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8342B is #07CBD4. Grayscale: #6D6D6D. Windows color (decimal): -510933 or 2831608. OLE color: 2831608.

HSL color Cylindrical-coordinate representation of color #F8342B: hue angle of 2.63º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8342B is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 52 43 -
CMYK 0 0.79 0.83 0.03
HSL 2.63º 0.94% 0.57% -
HSV(B) 2.63º 0.83% 0.97% -
XYZ 40.38 22.59 4.52 -
YUV 109.58 90.43 226.73 -
System Red Green Blue C M Y K H S L
Decimal 248 52 43 0 0.79 0.83 0.03 2.63 0.94 0.57
Hex F8 34 2B 0 4F 53 3 3 5E 39
Octal 370 64 53 0 117 123 3 3 136 71
Binary 11111000 110100 101011 0 1001111 1010011 11 11 1011110 111001

Color Harmonies of #F8342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8342B

Black with #F8342B

Text Example


Text Example

White with #F8342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8342B; }

 p { color: rgb(248,52,43); }

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

background-color css

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

 a { background-color: rgb(248,52,43); }

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

border-color css

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

 span { border-color: rgb(248,52,43); }

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