Html Css Color HEX #F34800 Orange Red

📋 copy color: '#F34800'

red 243 ◦ green 72 ◦ blue 0

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

Shades of Orange Red #F34800

Tints of Orange Red #F34800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.86%

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

R = 77.14%
G = 22.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F34800 (or 0xF34800) is known color: Orange Red. HEX triplet: F3, 48 and 00. RGB value is (243,72,0). Sum of RGB (Red+Green+Blue) = 243+72+0=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F34800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34800 is #0CB7FF. Grayscale: #737373. Windows color (decimal): -833536 or 18675. OLE color: 18675.

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

Color convert

RGB 243 72 0 -
CMYK 0 0.70 1 0.05
HSL 17.78º 1% 0.48% -
HSV(B) 17.78º 1% 0.95% -
XYZ 39.28 23.69 2.5 -
YUV 114.92 63.15 219.35 -
System Red Green Blue C M Y K H S L
Decimal 243 72 0 0 0.70 1 0.05 17.78 1 0.48
Hex F3 48 0 0 46 64 5 12 64 30
Octal 363 110 0 0 106 144 5 22 144 60
Binary 11110011 1001000 0 0 1000110 1100100 101 10010 1100100 110000

Color Harmonies of #F34800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34800

Black with #F34800

Text Example


Text Example

White with #F34800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34800; }

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

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

background-color css

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

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

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

border-color css

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

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

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