Html Css Color HEX #F14003 Orange Red

📋 copy color: '#F14003'

red 241 ◦ green 64 ◦ blue 3

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

Shades of Orange Red #F14003

Tints of Orange Red #F14003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.78%

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

R = 78.25%
G = 20.78%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F14003 (or 0xF14003) is known color: Orange Red. HEX triplet: F1, 40 and 03. RGB value is (241,64,3). Sum of RGB (Red+Green+Blue) = 241+64+3=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F14003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14003 is #0EBFFC. Grayscale: #6E6E6E. Windows color (decimal): -966653 or 213233. OLE color: 213233.

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

Color convert

RGB 241 64 3 -
CMYK 0 0.73 0.99 0.05
HSL 15.38º 0.98% 0.48% -
HSV(B) 15.38º 0.99% 0.95% -
XYZ 38.13 22.37 2.4 -
YUV 109.97 67.64 221.46 -
System Red Green Blue C M Y K H S L
Decimal 241 64 3 0 0.73 0.99 0.05 15.38 0.98 0.48
Hex F1 40 3 0 49 63 5 F 62 30
Octal 361 100 3 0 111 143 5 17 142 60
Binary 11110001 1000000 11 0 1001001 1100011 101 1111 1100010 110000

Color Harmonies of #F14003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14003

Black with #F14003

Text Example


Text Example

White with #F14003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14003; }

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

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

background-color css

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

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

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

border-color css

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

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

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