Html Css Color HEX #F7680F Safety Orange

📋 copy color: '#F7680F'

red 247 ◦ green 104 ◦ blue 15

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

Shades of Safety Orange #F7680F

Tints of Safety Orange #F7680F

RGB

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

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

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

R = 67.49%
G = 28.42%
B = 4.1%

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

#F7680F (or 0xF7680F) is known color: Safety Orange. HEX triplet: F7, 68 and 0F. RGB value is (247,104,15). Sum of RGB (Red+Green+Blue) = 247+104+15=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F7680F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7680F is #0897F0. Grayscale: #898989. Windows color (decimal): -563185 or 1009911. OLE color: 1009911.

HSL color Cylindrical-coordinate representation of color #F7680F: hue angle of 23.02º 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 #F7680F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 104 15 -
CMYK 0 0.58 0.94 0.03
HSL 23.02º 0.94% 0.51% -
HSV(B) 23.02º 0.94% 0.97% -
XYZ 43.39 29.71 3.9 -
YUV 136.61 59.38 206.74 -
System Red Green Blue C M Y K H S L
Decimal 247 104 15 0 0.58 0.94 0.03 23.02 0.94 0.51
Hex F7 68 F 0 3A 5E 3 17 5E 33
Octal 367 150 17 0 72 136 3 27 136 63
Binary 11110111 1101000 1111 0 111010 1011110 11 10111 1011110 110011

Color Harmonies of #F7680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7680F

Black with #F7680F

Text Example


Text Example

White with #F7680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7680F; }

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

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

background-color css

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

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

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

border-color css

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

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

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