Html Css Color HEX #F34408 Orange Red

📋 copy color: '#F34408'

red 243 ◦ green 68 ◦ blue 8

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

Shades of Orange Red #F34408

Tints of Orange Red #F34408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

 BLUE value IS 8 (3.52% from 255) = 2.51%

R = 76.18%
G = 21.32%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F34408 (or 0xF34408) is known color: Orange Red. HEX triplet: F3, 44 and 08. RGB value is (243,68,8). Sum of RGB (Red+Green+Blue) = 243+68+8=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F34408 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34408 is #0CBBF7. Grayscale: #717171. Windows color (decimal): -834552 or 541939. OLE color: 541939.

HSL color Cylindrical-coordinate representation of color #F34408: hue angle of 15.32º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F34408 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 68 8 -
CMYK 0 0.72 0.97 0.05
HSL 15.32º 0.94% 0.49% -
HSV(B) 15.32º 0.97% 0.95% -
XYZ 39.07 23.21 2.65 -
YUV 113.49 68.48 220.38 -
System Red Green Blue C M Y K H S L
Decimal 243 68 8 0 0.72 0.97 0.05 15.32 0.94 0.49
Hex F3 44 8 0 48 61 5 F 5E 31
Octal 363 104 10 0 110 141 5 17 136 61
Binary 11110011 1000100 1000 0 1001000 1100001 101 1111 1011110 110001

Color Harmonies of #F34408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34408

Black with #F34408

Text Example


Text Example

White with #F34408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34408; }

 p { color: rgb(243,68,8); }

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

background-color css

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

 a { background-color: rgb(243,68,8); }

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

border-color css

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

 span { border-color: rgb(243,68,8); }

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