Html Css Color HEX #F1690E Safety Orange

📋 copy color: '#F1690E'

red 241 ◦ green 105 ◦ blue 14

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

Shades of Safety Orange #F1690E

Tints of Safety Orange #F1690E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.17%

 BLUE value IS 14 (5.86% from 255) = 3.89%

R = 66.94%
G = 29.17%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1690E (or 0xF1690E) is known color: Safety Orange. HEX triplet: F1, 69 and 0E. RGB value is (241,105,14). Sum of RGB (Red+Green+Blue) = 241+105+14=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F1690E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1690E is #0E96F1. Grayscale: #878787. Windows color (decimal): -956146 or 944625. OLE color: 944625.

HSL color Cylindrical-coordinate representation of color #F1690E: hue angle of 24.05º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1690E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 105 14 -
CMYK 0 0.56 0.94 0.05
HSL 24.05º 0.89% 0.5% -
HSV(B) 24.05º 0.94% 0.95% -
XYZ 41.41 28.84 3.8 -
YUV 135.29 59.56 203.4 -
System Red Green Blue C M Y K H S L
Decimal 241 105 14 0 0.56 0.94 0.05 24.05 0.89 0.5
Hex F1 69 E 0 38 5E 5 18 59 32
Octal 361 151 16 0 70 136 5 30 131 62
Binary 11110001 1101001 1110 0 111000 1011110 101 11000 1011001 110010

Color Harmonies of #F1690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1690E

Black with #F1690E

Text Example


Text Example

White with #F1690E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1690E; }

 p { color: rgb(241,105,14); }

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

background-color css

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

 a { background-color: rgb(241,105,14); }

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

border-color css

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

 span { border-color: rgb(241,105,14); }

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