Html Css Color HEX #F45D1E Outrageous Orange

📋 copy color: '#F45D1E'

red 244 ◦ green 93 ◦ blue 30

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

Shades of Outrageous Orange #F45D1E

Tints of Outrageous Orange #F45D1E

RGB

 RED value IS 244 (95.7% from 255) = 66.49%

 GREEN value IS 93 (36.72% from 255) = 25.34%

 BLUE value IS 30 (12.11% from 255) = 8.17%

R = 66.49%
G = 25.34%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F45D1E (or 0xF45D1E) is known color: Outrageous Orange. HEX triplet: F4, 5D and 1E. RGB value is (244,93,30). Sum of RGB (Red+Green+Blue) = 244+93+30=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45D1E is #0BA2E1. Grayscale: #838383. Windows color (decimal): -762594 or 1990132. OLE color: 1990132.

HSL color Cylindrical-coordinate representation of color #F45D1E: hue angle of 17.66º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F45D1E is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 93 30 -
CMYK 0 0.62 0.88 0.04
HSL 17.66º 0.91% 0.54% -
HSV(B) 17.66º 0.88% 0.96% -
XYZ 41.46 27.16 4.28 -
YUV 130.97 71.03 208.62 -
System Red Green Blue C M Y K H S L
Decimal 244 93 30 0 0.62 0.88 0.04 17.66 0.91 0.54
Hex F4 5D 1E 0 3E 58 4 12 5B 36
Octal 364 135 36 0 76 130 4 22 133 66
Binary 11110100 1011101 11110 0 111110 1011000 100 10010 1011011 110110

Color Harmonies of #F45D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45D1E

Black with #F45D1E

Text Example


Text Example

White with #F45D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45D1E; }

 p { color: rgb(244,93,30); }

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

background-color css

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

 a { background-color: rgb(244,93,30); }

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

border-color css

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

 span { border-color: rgb(244,93,30); }

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