Html Css Color HEX #F7660B Safety Orange

📋 copy color: '#F7660B'

red 247 ◦ green 102 ◦ blue 11

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

Shades of Safety Orange #F7660B

Tints of Safety Orange #F7660B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 68.61%
G = 28.33%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7660B (or 0xF7660B) is known color: Safety Orange. HEX triplet: F7, 66 and 0B. RGB value is (247,102,11). Sum of RGB (Red+Green+Blue) = 247+102+11=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F7660B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7660B is #0899F4. Grayscale: #878787. Windows color (decimal): -563701 or 747255. OLE color: 747255.

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

Color convert

RGB 247 102 11 -
CMYK 0 0.59 0.96 0.03
HSL 23.14º 0.94% 0.51% -
HSV(B) 23.14º 0.96% 0.97% -
XYZ 43.17 29.3 3.7 -
YUV 134.98 58.04 207.9 -
System Red Green Blue C M Y K H S L
Decimal 247 102 11 0 0.59 0.96 0.03 23.14 0.94 0.51
Hex F7 66 B 0 3B 60 3 17 5E 33
Octal 367 146 13 0 73 140 3 27 136 63
Binary 11110111 1100110 1011 0 111011 1100000 11 10111 1011110 110011

Color Harmonies of #F7660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7660B

Black with #F7660B

Text Example


Text Example

White with #F7660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7660B; }

 p { color: rgb(247,102,11); }

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

background-color css

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

 a { background-color: rgb(247,102,11); }

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

border-color css

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

 span { border-color: rgb(247,102,11); }

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