Html Css Color HEX #F14502 Orange Red

📋 copy color: '#F14502'

red 241 ◦ green 69 ◦ blue 2

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

Shades of Orange Red #F14502

Tints of Orange Red #F14502

RGB

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

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

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

R = 77.24%
G = 22.12%
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

#F14502 (or 0xF14502) is known color: Orange Red. HEX triplet: F1, 45 and 02. RGB value is (241,69,2). Sum of RGB (Red+Green+Blue) = 241+69+2=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F14502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14502 is #0EBAFD. Grayscale: #717171. Windows color (decimal): -965374 or 148977. OLE color: 148977.

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

Color convert

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

Color Harmonies of #F14502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14502

Black with #F14502

Text Example


Text Example

White with #F14502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14502; }

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

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

background-color css

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

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

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

border-color css

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

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

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