Html Css Color HEX #F14503 Orange Red

📋 copy color: '#F14503'

red 241 ◦ green 69 ◦ blue 3

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

Shades of Orange Red #F14503

Tints of Orange Red #F14503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.04%

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

R = 77%
G = 22.04%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F14503 (or 0xF14503) is known color: Orange Red. HEX triplet: F1, 45 and 03. RGB value is (241,69,3). Sum of RGB (Red+Green+Blue) = 241+69+3=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F14503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14503 is #0EBAFC. Grayscale: #717171. Windows color (decimal): -965373 or 214513. OLE color: 214513.

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

Color convert

RGB 241 69 3 -
CMYK 0 0.71 0.99 0.05
HSL 16.64º 0.98% 0.48% -
HSV(B) 16.64º 0.99% 0.95% -
XYZ 38.42 22.96 2.49 -
YUV 112.9 65.98 219.37 -
System Red Green Blue C M Y K H S L
Decimal 241 69 3 0 0.71 0.99 0.05 16.64 0.98 0.48
Hex F1 45 3 0 47 63 5 11 62 30
Octal 361 105 3 0 107 143 5 21 142 60
Binary 11110001 1000101 11 0 1000111 1100011 101 10001 1100010 110000

Color Harmonies of #F14503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14503

Black with #F14503

Text Example


Text Example

White with #F14503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14503; }

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

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

background-color css

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

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

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

border-color css

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

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

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