Html Css Color HEX #F76500 Safety Orange

📋 copy color: '#F76500'

red 247 ◦ green 101 ◦ blue 0

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

Shades of Safety Orange #F76500

Tints of Safety Orange #F76500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.98%
G = 29.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F76500 (or 0xF76500) is known color: Safety Orange. HEX triplet: F7, 65 and 00. RGB value is (247,101,0). Sum of RGB (Red+Green+Blue) = 247+101+0=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F76500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76500 is #089AFF. Grayscale: #858585. Windows color (decimal): -563968 or 26103. OLE color: 26103.

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

Color convert

RGB 247 101 0 -
CMYK 0 0.59 1 0.03
HSL 24.53º 1% 0.48% -
HSV(B) 24.53º 1% 0.97% -
XYZ 43.01 29.08 3.35 -
YUV 133.14 52.87 209.21 -
System Red Green Blue C M Y K H S L
Decimal 247 101 0 0 0.59 1 0.03 24.53 1 0.48
Hex F7 65 0 0 3B 64 3 19 64 30
Octal 367 145 0 0 73 144 3 31 144 60
Binary 11110111 1100101 0 0 111011 1100100 11 11001 1100100 110000

Color Harmonies of #F76500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76500

Black with #F76500

Text Example


Text Example

White with #F76500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76500; }

 p { color: rgb(247,101,0); }

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

background-color css

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

 a { background-color: rgb(247,101,0); }

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

border-color css

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

 span { border-color: rgb(247,101,0); }

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