Html Css Color HEX #F6680D Safety Orange

📋 copy color: '#F6680D'

red 246 ◦ green 104 ◦ blue 13

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

Shades of Safety Orange #F6680D

Tints of Safety Orange #F6680D

RGB

 RED value IS 246 (96.48% from 255) = 67.77%

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

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

R = 67.77%
G = 28.65%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6680D (or 0xF6680D) is known color: Safety Orange. HEX triplet: F6, 68 and 0D. RGB value is (246,104,13). Sum of RGB (Red+Green+Blue) = 246+104+13=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F6680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6680D is #0997F2. Grayscale: #888888. Windows color (decimal): -628723 or 878838. OLE color: 878838.

HSL color Cylindrical-coordinate representation of color #F6680D: hue angle of 23.43º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6680D is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 104 13 -
CMYK 0 0.58 0.95 0.04
HSL 23.43º 0.93% 0.51% -
HSV(B) 23.43º 0.95% 0.96% -
XYZ 43.03 29.52 3.81 -
YUV 136.08 58.54 206.4 -
System Red Green Blue C M Y K H S L
Decimal 246 104 13 0 0.58 0.95 0.04 23.43 0.93 0.51
Hex F6 68 D 0 3A 5F 4 17 5D 33
Octal 366 150 15 0 72 137 4 27 135 63
Binary 11110110 1101000 1101 0 111010 1011111 100 10111 1011101 110011

Color Harmonies of #F6680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6680D

Black with #F6680D

Text Example


Text Example

White with #F6680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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