Html Css Color HEX #F14403 Orange Red

📋 copy color: '#F14403'

red 241 ◦ green 68 ◦ blue 3

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

Shades of Orange Red #F14403

Tints of Orange Red #F14403

RGB

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

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

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

R = 77.24%
G = 21.79%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F14403 (or 0xF14403) is known color: Orange Red. HEX triplet: F1, 44 and 03. RGB value is (241,68,3). Sum of RGB (Red+Green+Blue) = 241+68+3=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F14403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14403 is #0EBBFC. Grayscale: #707070. Windows color (decimal): -965629 or 214257. OLE color: 214257.

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

Color convert

RGB 241 68 3 -
CMYK 0 0.72 0.99 0.05
HSL 16.39º 0.98% 0.48% -
HSV(B) 16.39º 0.99% 0.95% -
XYZ 38.36 22.84 2.47 -
YUV 112.32 66.31 219.79 -
System Red Green Blue C M Y K H S L
Decimal 241 68 3 0 0.72 0.99 0.05 16.39 0.98 0.48
Hex F1 44 3 0 48 63 5 10 62 30
Octal 361 104 3 0 110 143 5 20 142 60
Binary 11110001 1000100 11 0 1001000 1100011 101 10000 1100010 110000

Color Harmonies of #F14403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14403

Black with #F14403

Text Example


Text Example

White with #F14403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14403; }

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

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

background-color css

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

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

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

border-color css

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

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

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