Html Css Color HEX #F34400 Orange Red

📋 copy color: '#F34400'

red 243 ◦ green 68 ◦ blue 0

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

Shades of Orange Red #F34400

Tints of Orange Red #F34400

RGB

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

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

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

R = 78.14%
G = 21.86%
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

#F34400 (or 0xF34400) is known color: Orange Red. HEX triplet: F3, 44 and 00. RGB value is (243,68,0). Sum of RGB (Red+Green+Blue) = 243+68+0=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F34400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34400 is #0CBBFF. Grayscale: #717171. Windows color (decimal): -834560 or 17651. OLE color: 17651.

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

Color convert

RGB 243 68 0 -
CMYK 0 0.72 1 0.05
HSL 16.79º 1% 0.48% -
HSV(B) 16.79º 1% 0.95% -
XYZ 39.03 23.19 2.42 -
YUV 112.57 64.48 221.03 -
System Red Green Blue C M Y K H S L
Decimal 243 68 0 0 0.72 1 0.05 16.79 1 0.48
Hex F3 44 0 0 48 64 5 11 64 30
Octal 363 104 0 0 110 144 5 21 144 60
Binary 11110011 1000100 0 0 1001000 1100100 101 10001 1100100 110000

Color Harmonies of #F34400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34400

Black with #F34400

Text Example


Text Example

White with #F34400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34400; }

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

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

background-color css

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

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

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

border-color css

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

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

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