Html Css Color HEX #FF680D Safety Orange

📋 copy color: '#FF680D'

red 255 ◦ green 104 ◦ blue 13

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

Shades of Safety Orange #FF680D

Tints of Safety Orange #FF680D

RGB

 RED value IS 255 (100% from 255) = 68.55%

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

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

R = 68.55%
G = 27.96%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF680D (or 0xFF680D) is known color: Safety Orange. HEX triplet: FF, 68 and 0D. RGB value is (255,104,13). Sum of RGB (Red+Green+Blue) = 255+104+13=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF680D is #0097F2. Grayscale: #8B8B8B. Windows color (decimal): -38899 or 878847. OLE color: 878847.

HSL color Cylindrical-coordinate representation of color #FF680D: hue angle of 22.56º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF680D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 104 13 -
CMYK 0 0.59 0.95 0
HSL 22.56º 1% 0.53% -
HSV(B) 22.56º 0.95% 1% -
XYZ 46.26 31.19 3.96 -
YUV 138.78 57.03 210.9 -
System Red Green Blue C M Y K H S L
Decimal 255 104 13 0 0.59 0.95 0 22.56 1 0.53
Hex FF 68 D 0 3B 5F 0 17 64 35
Octal 377 150 15 0 73 137 0 27 144 65
Binary 11111111 1101000 1101 0 111011 1011111 0 10111 1100100 110101

Color Harmonies of #FF680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF680D

Black with #FF680D

Text Example


Text Example

White with #FF680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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