Html Css Color HEX #F1680D Safety Orange

📋 copy color: '#F1680D'

red 241 ◦ green 104 ◦ blue 13

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

Shades of Safety Orange #F1680D

Tints of Safety Orange #F1680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.05%

 BLUE value IS 13 (5.47% from 255) = 3.63%

R = 67.32%
G = 29.05%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1680D (or 0xF1680D) is known color: Safety Orange. HEX triplet: F1, 68 and 0D. RGB value is (241,104,13). Sum of RGB (Red+Green+Blue) = 241+104+13=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F1680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1680D is #0E97F2. Grayscale: #878787. Windows color (decimal): -956403 or 878833. OLE color: 878833.

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

Color convert

RGB 241 104 13 -
CMYK 0 0.57 0.95 0.05
HSL 23.95º 0.9% 0.5% -
HSV(B) 23.95º 0.95% 0.95% -
XYZ 41.3 28.63 3.73 -
YUV 134.59 59.39 203.9 -
System Red Green Blue C M Y K H S L
Decimal 241 104 13 0 0.57 0.95 0.05 23.95 0.9 0.5
Hex F1 68 D 0 39 5F 5 18 5A 32
Octal 361 150 15 0 71 137 5 30 132 62
Binary 11110001 1101000 1101 0 111001 1011111 101 11000 1011010 110010

Color Harmonies of #F1680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1680D

Black with #F1680D

Text Example


Text Example

White with #F1680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1680D; }

 p { color: rgb(241,104,13); }

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

background-color css

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

 a { background-color: rgb(241,104,13); }

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

border-color css

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

 span { border-color: rgb(241,104,13); }

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