Html Css Color HEX #F14000 Orange Red

📋 copy color: '#F14000'

red 241 ◦ green 64 ◦ blue 0

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

Shades of Orange Red #F14000

Tints of Orange Red #F14000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.02%
G = 20.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F14000 (or 0xF14000) is known color: Orange Red. HEX triplet: F1, 40 and 00. RGB value is (241,64,0). Sum of RGB (Red+Green+Blue) = 241+64+0=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F14000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14000 is #0EBFFF. Grayscale: #6E6E6E. Windows color (decimal): -966656 or 16625. OLE color: 16625.

HSL color Cylindrical-coordinate representation of color #F14000: hue angle of 15.93º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F14000 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 64 0 -
CMYK 0 0.73 1 0.05
HSL 15.93º 1% 0.47% -
HSV(B) 15.93º 1% 0.95% -
XYZ 38.11 22.37 2.31 -
YUV 109.63 66.14 221.7 -
System Red Green Blue C M Y K H S L
Decimal 241 64 0 0 0.73 1 0.05 15.93 1 0.47
Hex F1 40 0 0 49 64 5 10 64 2F
Octal 361 100 0 0 111 144 5 20 144 57
Binary 11110001 1000000 0 0 1001001 1100100 101 10000 1100100 101111

Color Harmonies of #F14000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14000

Black with #F14000

Text Example


Text Example

White with #F14000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14000; }

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

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

background-color css

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

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

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

border-color css

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

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

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