Html Css Color HEX #F76005 Safety Orange

📋 copy color: '#F76005'

red 247 ◦ green 96 ◦ blue 5

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

Shades of Safety Orange #F76005

Tints of Safety Orange #F76005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 70.98%
G = 27.59%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F76005 (or 0xF76005) is known color: Safety Orange. HEX triplet: F7, 60 and 05. RGB value is (247,96,5). Sum of RGB (Red+Green+Blue) = 247+96+5=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F76005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76005 is #089FFA. Grayscale: #838383. Windows color (decimal): -565243 or 352503. OLE color: 352503.

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

Color convert

RGB 247 96 5 -
CMYK 0 0.61 0.98 0.03
HSL 22.56º 0.96% 0.49% -
HSV(B) 22.56º 0.98% 0.97% -
XYZ 42.57 28.15 3.33 -
YUV 130.78 57.03 210.9 -
System Red Green Blue C M Y K H S L
Decimal 247 96 5 0 0.61 0.98 0.03 22.56 0.96 0.49
Hex F7 60 5 0 3D 62 3 17 60 31
Octal 367 140 5 0 75 142 3 27 140 61
Binary 11110111 1100000 101 0 111101 1100010 11 10111 1100000 110001

Color Harmonies of #F76005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76005

Black with #F76005

Text Example


Text Example

White with #F76005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76005; }

 p { color: rgb(247,96,5); }

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

background-color css

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

 a { background-color: rgb(247,96,5); }

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

border-color css

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

 span { border-color: rgb(247,96,5); }

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