Html Css Color HEX #F34500 Orange Red

📋 copy color: '#F34500'

red 243 ◦ green 69 ◦ blue 0

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

Shades of Orange Red #F34500

Tints of Orange Red #F34500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.88%
G = 22.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F34500 (or 0xF34500) is known color: Orange Red. HEX triplet: F3, 45 and 00. RGB value is (243,69,0). Sum of RGB (Red+Green+Blue) = 243+69+0=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F34500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34500 is #0CBAFF. Grayscale: #717171. Windows color (decimal): -834304 or 17907. OLE color: 17907.

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

Color convert

RGB 243 69 0 -
CMYK 0 0.72 1 0.05
HSL 17.04º 1% 0.48% -
HSV(B) 17.04º 1% 0.95% -
XYZ 39.09 23.31 2.44 -
YUV 113.16 64.15 220.61 -
System Red Green Blue C M Y K H S L
Decimal 243 69 0 0 0.72 1 0.05 17.04 1 0.48
Hex F3 45 0 0 48 64 5 11 64 30
Octal 363 105 0 0 110 144 5 21 144 60
Binary 11110011 1000101 0 0 1001000 1100100 101 10001 1100100 110000

Color Harmonies of #F34500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34500

Black with #F34500

Text Example


Text Example

White with #F34500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34500; }

 p { color: rgb(243,69,0); }

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

background-color css

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

 a { background-color: rgb(243,69,0); }

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

border-color css

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

 span { border-color: rgb(243,69,0); }

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