Html Css Color HEX #F14702 Orange Red

📋 copy color: '#F14702'

red 241 ◦ green 71 ◦ blue 2

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

Shades of Orange Red #F14702

Tints of Orange Red #F14702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.61%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 76.75%
G = 22.61%
B = 0.64%

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

#F14702 (or 0xF14702) is known color: Orange Red. HEX triplet: F1, 47 and 02. RGB value is (241,71,2). Sum of RGB (Red+Green+Blue) = 241+71+2=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F14702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14702 is #0EB8FD. Grayscale: #727272. Windows color (decimal): -964862 or 149489. OLE color: 149489.

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

Color convert

RGB 241 71 2 -
CMYK 0 0.71 0.99 0.05
HSL 17.32º 0.98% 0.48% -
HSV(B) 17.32º 0.99% 0.95% -
XYZ 38.54 23.21 2.51 -
YUV 113.96 64.82 218.61 -
System Red Green Blue C M Y K H S L
Decimal 241 71 2 0 0.71 0.99 0.05 17.32 0.98 0.48
Hex F1 47 2 0 47 63 5 11 62 30
Octal 361 107 2 0 107 143 5 21 142 60
Binary 11110001 1000111 10 0 1000111 1100011 101 10001 1100010 110000

Color Harmonies of #F14702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14702

Black with #F14702

Text Example


Text Example

White with #F14702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14702; }

 p { color: rgb(241,71,2); }

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

background-color css

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

 a { background-color: rgb(241,71,2); }

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

border-color css

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

 span { border-color: rgb(241,71,2); }

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