Html Css Color HEX #F14202 Orange Red

📋 copy color: '#F14202'

red 241 ◦ green 66 ◦ blue 2

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

Shades of Orange Red #F14202

Tints of Orange Red #F14202

RGB

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

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

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

R = 77.99%
G = 21.36%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F14202 (or 0xF14202) is known color: Orange Red. HEX triplet: F1, 42 and 02. RGB value is (241,66,2). Sum of RGB (Red+Green+Blue) = 241+66+2=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F14202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14202 is #0EBDFD. Grayscale: #6F6F6F. Windows color (decimal): -966142 or 148209. OLE color: 148209.

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

Color convert

RGB 241 66 2 -
CMYK 0 0.73 0.99 0.05
HSL 16.07º 0.98% 0.48% -
HSV(B) 16.07º 0.99% 0.95% -
XYZ 38.23 22.6 2.4 -
YUV 111.03 66.48 220.7 -
System Red Green Blue C M Y K H S L
Decimal 241 66 2 0 0.73 0.99 0.05 16.07 0.98 0.48
Hex F1 42 2 0 49 63 5 10 62 30
Octal 361 102 2 0 111 143 5 20 142 60
Binary 11110001 1000010 10 0 1001001 1100011 101 10000 1100010 110000

Color Harmonies of #F14202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14202

Black with #F14202

Text Example


Text Example

White with #F14202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14202; }

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

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

background-color css

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

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

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

border-color css

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

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

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