Html Css Color HEX #F14402 Orange Red

📋 copy color: '#F14402'

red 241 ◦ green 68 ◦ blue 2

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

Shades of Orange Red #F14402

Tints of Orange Red #F14402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

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

R = 77.49%
G = 21.86%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F14402 (or 0xF14402) is known color: Orange Red. HEX triplet: F1, 44 and 02. RGB value is (241,68,2). Sum of RGB (Red+Green+Blue) = 241+68+2=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F14402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14402 is #0EBBFD. Grayscale: #707070. Windows color (decimal): -965630 or 148721. OLE color: 148721.

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

Color convert

RGB 241 68 2 -
CMYK 0 0.72 0.99 0.05
HSL 16.57º 0.98% 0.48% -
HSV(B) 16.57º 0.99% 0.95% -
XYZ 38.35 22.84 2.44 -
YUV 112.2 65.81 219.87 -
System Red Green Blue C M Y K H S L
Decimal 241 68 2 0 0.72 0.99 0.05 16.57 0.98 0.48
Hex F1 44 2 0 48 63 5 11 62 30
Octal 361 104 2 0 110 143 5 21 142 60
Binary 11110001 1000100 10 0 1001000 1100011 101 10001 1100010 110000

Color Harmonies of #F14402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14402

Black with #F14402

Text Example


Text Example

White with #F14402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14402; }

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

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

background-color css

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

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

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

border-color css

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

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

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