Html Css Color HEX #F7680E Safety Orange

📋 copy color: '#F7680E'

red 247 ◦ green 104 ◦ blue 14

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

Shades of Safety Orange #F7680E

Tints of Safety Orange #F7680E

RGB

 RED value IS 247 (96.88% from 255) = 67.67%

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

 BLUE value IS 14 (5.86% from 255) = 3.84%

R = 67.67%
G = 28.49%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7680E (or 0xF7680E) is known color: Safety Orange. HEX triplet: F7, 68 and 0E. RGB value is (247,104,14). Sum of RGB (Red+Green+Blue) = 247+104+14=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F7680E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7680E is #0897F1. Grayscale: #888888. Windows color (decimal): -563186 or 944375. OLE color: 944375.

HSL color Cylindrical-coordinate representation of color #F7680E: hue angle of 23.18º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7680E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 104 14 -
CMYK 0 0.58 0.94 0.03
HSL 23.18º 0.94% 0.51% -
HSV(B) 23.18º 0.94% 0.97% -
XYZ 43.39 29.71 3.86 -
YUV 136.5 58.88 206.82 -
System Red Green Blue C M Y K H S L
Decimal 247 104 14 0 0.58 0.94 0.03 23.18 0.94 0.51
Hex F7 68 E 0 3A 5E 3 17 5E 33
Octal 367 150 16 0 72 136 3 27 136 63
Binary 11110111 1101000 1110 0 111010 1011110 11 10111 1011110 110011

Color Harmonies of #F7680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7680E

Black with #F7680E

Text Example


Text Example

White with #F7680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7680E; }

 p { color: rgb(247,104,14); }

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

background-color css

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

 a { background-color: rgb(247,104,14); }

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

border-color css

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

 span { border-color: rgb(247,104,14); }

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