Html Css Color HEX #F34618 Orange Red

📋 copy color: '#F34618'

red 243 ◦ green 70 ◦ blue 24

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

Shades of Orange Red #F34618

Tints of Orange Red #F34618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 72.11%
G = 20.77%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F34618 (or 0xF34618) is known color: Orange Red. HEX triplet: F3, 46 and 18. RGB value is (243,70,24). Sum of RGB (Red+Green+Blue) = 243+70+24=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F34618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34618 is #0CB9E7. Grayscale: #747474. Windows color (decimal): -834024 or 1591027. OLE color: 1591027.

HSL color Cylindrical-coordinate representation of color #F34618: hue angle of 12.6º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F34618 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 70 24 -
CMYK 0 0.71 0.90 0.05
HSL 12.6º 0.9% 0.52% -
HSV(B) 12.6º 0.9% 0.95% -
XYZ 39.32 23.5 3.33 -
YUV 116.48 75.81 218.24 -
System Red Green Blue C M Y K H S L
Decimal 243 70 24 0 0.71 0.90 0.05 12.6 0.9 0.52
Hex F3 46 18 0 47 5A 5 D 5A 34
Octal 363 106 30 0 107 132 5 15 132 64
Binary 11110011 1000110 11000 0 1000111 1011010 101 1101 1011010 110100

Color Harmonies of #F34618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34618

Black with #F34618

Text Example


Text Example

White with #F34618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34618; }

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

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

background-color css

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

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

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

border-color css

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

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

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