Html Css Color HEX #F7680A Safety Orange

📋 copy color: '#F7680A'

red 247 ◦ green 104 ◦ blue 10

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

Shades of Safety Orange #F7680A

Tints of Safety Orange #F7680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.77%

R = 68.42%
G = 28.81%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7680A (or 0xF7680A) is known color: Safety Orange. HEX triplet: F7, 68 and 0A. RGB value is (247,104,10). Sum of RGB (Red+Green+Blue) = 247+104+10=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F7680A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7680A is #0897F5. Grayscale: #888888. Windows color (decimal): -563190 or 682231. OLE color: 682231.

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

Color convert

RGB 247 104 10 -
CMYK 0 0.58 0.96 0.03
HSL 23.8º 0.94% 0.5% -
HSV(B) 23.8º 0.96% 0.97% -
XYZ 43.36 29.7 3.73 -
YUV 136.04 56.88 207.14 -
System Red Green Blue C M Y K H S L
Decimal 247 104 10 0 0.58 0.96 0.03 23.8 0.94 0.5
Hex F7 68 A 0 3A 60 3 18 5E 32
Octal 367 150 12 0 72 140 3 30 136 62
Binary 11110111 1101000 1010 0 111010 1100000 11 11000 1011110 110010

Color Harmonies of #F7680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7680A

Black with #F7680A

Text Example


Text Example

White with #F7680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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