Html Css Color HEX #F7660C Safety Orange

📋 copy color: '#F7660C'

red 247 ◦ green 102 ◦ blue 12

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

Shades of Safety Orange #F7660C

Tints of Safety Orange #F7660C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.32%

R = 68.42%
G = 28.25%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7660C (or 0xF7660C) is known color: Safety Orange. HEX triplet: F7, 66 and 0C. RGB value is (247,102,12). Sum of RGB (Red+Green+Blue) = 247+102+12=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F7660C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7660C is #0899F3. Grayscale: #878787. Windows color (decimal): -563700 or 812791. OLE color: 812791.

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

Color convert

RGB 247 102 12 -
CMYK 0 0.59 0.95 0.03
HSL 22.98º 0.94% 0.51% -
HSV(B) 22.98º 0.95% 0.97% -
XYZ 43.18 29.3 3.73 -
YUV 135.1 58.54 207.82 -
System Red Green Blue C M Y K H S L
Decimal 247 102 12 0 0.59 0.95 0.03 22.98 0.94 0.51
Hex F7 66 C 0 3B 5F 3 17 5E 33
Octal 367 146 14 0 73 137 3 27 136 63
Binary 11110111 1100110 1100 0 111011 1011111 11 10111 1011110 110011

Color Harmonies of #F7660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7660C

Black with #F7660C

Text Example


Text Example

White with #F7660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7660C; }

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

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

background-color css

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

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

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

border-color css

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

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

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