Html Css Color HEX #F1690A Safety Orange

📋 copy color: '#F1690A'

red 241 ◦ green 105 ◦ blue 10

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

Shades of Safety Orange #F1690A

Tints of Safety Orange #F1690A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.81%

R = 67.7%
G = 29.49%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1690A (or 0xF1690A) is known color: Safety Orange. HEX triplet: F1, 69 and 0A. RGB value is (241,105,10). Sum of RGB (Red+Green+Blue) = 241+105+10=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F1690A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1690A is #0E96F5. Grayscale: #878787. Windows color (decimal): -956150 or 682481. OLE color: 682481.

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

Color convert

RGB 241 105 10 -
CMYK 0 0.56 0.96 0.05
HSL 24.68º 0.92% 0.49% -
HSV(B) 24.68º 0.96% 0.95% -
XYZ 41.38 28.83 3.67 -
YUV 134.83 57.56 203.72 -
System Red Green Blue C M Y K H S L
Decimal 241 105 10 0 0.56 0.96 0.05 24.68 0.92 0.49
Hex F1 69 A 0 38 60 5 19 5C 31
Octal 361 151 12 0 70 140 5 31 134 61
Binary 11110001 1101001 1010 0 111000 1100000 101 11001 1011100 110001

Color Harmonies of #F1690A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1690A

Black with #F1690A

Text Example


Text Example

White with #F1690A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1690A; }

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

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

background-color css

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

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

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

border-color css

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

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

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