Html Css Color HEX #F14803 Orange Red

📋 copy color: '#F14803'

red 241 ◦ green 72 ◦ blue 3

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

Shades of Orange Red #F14803

Tints of Orange Red #F14803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.95%

R = 76.27%
G = 22.78%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F14803 (or 0xF14803) is known color: Orange Red. HEX triplet: F1, 48 and 03. RGB value is (241,72,3). Sum of RGB (Red+Green+Blue) = 241+72+3=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F14803 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14803 is #0EB7FC. Grayscale: #737373. Windows color (decimal): -964605 or 215281. OLE color: 215281.

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

Color convert

RGB 241 72 3 -
CMYK 0 0.70 0.99 0.05
HSL 17.39º 0.98% 0.48% -
HSV(B) 17.39º 0.99% 0.95% -
XYZ 38.61 23.34 2.56 -
YUV 114.67 64.99 218.11 -
System Red Green Blue C M Y K H S L
Decimal 241 72 3 0 0.70 0.99 0.05 17.39 0.98 0.48
Hex F1 48 3 0 46 63 5 11 62 30
Octal 361 110 3 0 106 143 5 21 142 60
Binary 11110001 1001000 11 0 1000110 1100011 101 10001 1100010 110000

Color Harmonies of #F14803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14803

Black with #F14803

Text Example


Text Example

White with #F14803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14803; }

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

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

background-color css

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

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

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

border-color css

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

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

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