Html Css Color HEX #F7610E Safety Orange

📋 copy color: '#F7610E'

red 247 ◦ green 97 ◦ blue 14

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

Shades of Safety Orange #F7610E

Tints of Safety Orange #F7610E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.09%

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

R = 68.99%
G = 27.09%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7610E (or 0xF7610E) is known color: Safety Orange. HEX triplet: F7, 61 and 0E. RGB value is (247,97,14). Sum of RGB (Red+Green+Blue) = 247+97+14=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F7610E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7610E is #089EF1. Grayscale: #848484. Windows color (decimal): -564978 or 942583. OLE color: 942583.

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

Color convert

RGB 247 97 14 -
CMYK 0 0.61 0.94 0.03
HSL 21.37º 0.94% 0.51% -
HSV(B) 21.37º 0.94% 0.97% -
XYZ 42.71 28.36 3.64 -
YUV 132.39 61.2 209.75 -
System Red Green Blue C M Y K H S L
Decimal 247 97 14 0 0.61 0.94 0.03 21.37 0.94 0.51
Hex F7 61 E 0 3D 5E 3 15 5E 33
Octal 367 141 16 0 75 136 3 25 136 63
Binary 11110111 1100001 1110 0 111101 1011110 11 10101 1011110 110011

Color Harmonies of #F7610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7610E

Black with #F7610E

Text Example


Text Example

White with #F7610E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7610E; }

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

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

background-color css

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

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

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

border-color css

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

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

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