Html Css Color HEX #F34700 Orange Red

📋 copy color: '#F34700'

red 243 ◦ green 71 ◦ blue 0

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

Shades of Orange Red #F34700

Tints of Orange Red #F34700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.61%

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

R = 77.39%
G = 22.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F34700 (or 0xF34700) is known color: Orange Red. HEX triplet: F3, 47 and 00. RGB value is (243,71,0). Sum of RGB (Red+Green+Blue) = 243+71+0=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F34700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34700 is #0CB8FF. Grayscale: #727272. Windows color (decimal): -833792 or 18419. OLE color: 18419.

HSL color Cylindrical-coordinate representation of color #F34700: hue angle of 17.53º 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 #F34700 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 71 0 -
CMYK 0 0.71 1 0.05
HSL 17.53º 1% 0.48% -
HSV(B) 17.53º 1% 0.95% -
XYZ 39.22 23.56 2.48 -
YUV 114.33 63.48 219.77 -
System Red Green Blue C M Y K H S L
Decimal 243 71 0 0 0.71 1 0.05 17.53 1 0.48
Hex F3 47 0 0 47 64 5 12 64 30
Octal 363 107 0 0 107 144 5 22 144 60
Binary 11110011 1000111 0 0 1000111 1100100 101 10010 1100100 110000

Color Harmonies of #F34700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34700

Black with #F34700

Text Example


Text Example

White with #F34700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34700; }

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

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

background-color css

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

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

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

border-color css

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

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

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