Html Css Color HEX #F14805 Orange Red

📋 copy color: '#F14805'

red 241 ◦ green 72 ◦ blue 5

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

Shades of Orange Red #F14805

Tints of Orange Red #F14805

RGB

 RED value IS 241 (94.53% from 255) = 75.79%

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

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 75.79%
G = 22.64%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F14805 (or 0xF14805) is known color: Orange Red. HEX triplet: F1, 48 and 05. RGB value is (241,72,5). Sum of RGB (Red+Green+Blue) = 241+72+5=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F14805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14805 is #0EB7FA. Grayscale: #737373. Windows color (decimal): -964603 or 346353. OLE color: 346353.

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

Color convert

RGB 241 72 5 -
CMYK 0 0.70 0.98 0.05
HSL 17.03º 0.96% 0.48% -
HSV(B) 17.03º 0.98% 0.95% -
XYZ 38.62 23.35 2.61 -
YUV 114.89 65.99 217.95 -
System Red Green Blue C M Y K H S L
Decimal 241 72 5 0 0.70 0.98 0.05 17.03 0.96 0.48
Hex F1 48 5 0 46 62 5 11 60 30
Octal 361 110 5 0 106 142 5 21 140 60
Binary 11110001 1001000 101 0 1000110 1100010 101 10001 1100000 110000

Color Harmonies of #F14805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14805

Black with #F14805

Text Example


Text Example

White with #F14805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14805; }

 p { color: rgb(241,72,5); }

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

background-color css

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

 a { background-color: rgb(241,72,5); }

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

border-color css

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

 span { border-color: rgb(241,72,5); }

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