Html Css Color HEX #F76210 Safety Orange

📋 copy color: '#F76210'

red 247 ◦ green 98 ◦ blue 16

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

Shades of Safety Orange #F76210

Tints of Safety Orange #F76210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

 BLUE value IS 16 (6.64% from 255) = 4.43%

R = 68.42%
G = 27.15%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F76210 (or 0xF76210) is known color: Safety Orange. HEX triplet: F7, 62 and 10. RGB value is (247,98,16). Sum of RGB (Red+Green+Blue) = 247+98+16=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F76210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76210 is #089DEF. Grayscale: #858585. Windows color (decimal): -564720 or 1073911. OLE color: 1073911.

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

Color convert

RGB 247 98 16 -
CMYK 0 0.60 0.94 0.03
HSL 21.3º 0.94% 0.52% -
HSV(B) 21.3º 0.94% 0.97% -
XYZ 42.82 28.55 3.74 -
YUV 133.2 61.86 209.17 -
System Red Green Blue C M Y K H S L
Decimal 247 98 16 0 0.60 0.94 0.03 21.3 0.94 0.52
Hex F7 62 10 0 3C 5E 3 15 5E 34
Octal 367 142 20 0 74 136 3 25 136 64
Binary 11110111 1100010 10000 0 111100 1011110 11 10101 1011110 110100

Color Harmonies of #F76210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76210

Black with #F76210

Text Example


Text Example

White with #F76210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76210; }

 p { color: rgb(247,98,16); }

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

background-color css

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

 a { background-color: rgb(247,98,16); }

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

border-color css

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

 span { border-color: rgb(247,98,16); }

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