Html Css Color HEX #FF680F Safety Orange

📋 copy color: '#FF680F'

red 255 ◦ green 104 ◦ blue 15

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

Shades of Safety Orange #FF680F

Tints of Safety Orange #FF680F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.01%

R = 68.18%
G = 27.81%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF680F (or 0xFF680F) is known color: Safety Orange. HEX triplet: FF, 68 and 0F. RGB value is (255,104,15). Sum of RGB (Red+Green+Blue) = 255+104+15=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF680F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF680F is #0097F0. Grayscale: #8B8B8B. Windows color (decimal): -38897 or 1009919. OLE color: 1009919.

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

Color convert

RGB 255 104 15 -
CMYK 0 0.59 0.94 0
HSL 22.25º 1% 0.53% -
HSV(B) 22.25º 0.94% 1% -
XYZ 46.28 31.2 4.03 -
YUV 139 58.03 210.74 -
System Red Green Blue C M Y K H S L
Decimal 255 104 15 0 0.59 0.94 0 22.25 1 0.53
Hex FF 68 F 0 3B 5E 0 16 64 35
Octal 377 150 17 0 73 136 0 26 144 65
Binary 11111111 1101000 1111 0 111011 1011110 0 10110 1100100 110101

Color Harmonies of #FF680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF680F

Black with #FF680F

Text Example


Text Example

White with #FF680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF680F; }

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

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

background-color css

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

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

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

border-color css

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

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

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