Html Css Color HEX #F14200 Orange Red

📋 copy color: '#F14200'

red 241 ◦ green 66 ◦ blue 0

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

Shades of Orange Red #F14200

Tints of Orange Red #F14200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

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

R = 78.5%
G = 21.5%
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

#F14200 (or 0xF14200) is known color: Orange Red. HEX triplet: F1, 42 and 00. RGB value is (241,66,0). Sum of RGB (Red+Green+Blue) = 241+66+0=307 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.50% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 241 - color contains mainly: red. Hex color #F14200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14200 is #0EBDFF. Grayscale: #6F6F6F. Windows color (decimal): -966144 or 17137. OLE color: 17137.

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

Color convert

RGB 241 66 0 -
CMYK 0 0.73 1 0.05
HSL 16.43º 1% 0.47% -
HSV(B) 16.43º 1% 0.95% -
XYZ 38.22 22.6 2.35 -
YUV 110.8 65.48 220.87 -
System Red Green Blue C M Y K H S L
Decimal 241 66 0 0 0.73 1 0.05 16.43 1 0.47
Hex F1 42 0 0 49 64 5 10 64 2F
Octal 361 102 0 0 111 144 5 20 144 57
Binary 11110001 1000010 0 0 1001001 1100100 101 10000 1100100 101111

Color Harmonies of #F14200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14200

Black with #F14200

Text Example


Text Example

White with #F14200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14200; }

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

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

background-color css

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

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

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

border-color css

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

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

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