Html Css Color HEX #F66500 Safety Orange

📋 copy color: '#F66500'

red 246 ◦ green 101 ◦ blue 0

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

Shades of Safety Orange #F66500

Tints of Safety Orange #F66500

RGB

 RED value IS 246 (96.48% from 255) = 70.89%

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

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

R = 70.89%
G = 29.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F66500 (or 0xF66500) is known color: Safety Orange. HEX triplet: F6, 65 and 00. RGB value is (246,101,0). Sum of RGB (Red+Green+Blue) = 246+101+0=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F66500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66500 is #099AFF. Grayscale: #858585. Windows color (decimal): -629504 or 26102. OLE color: 26102.

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

Color convert

RGB 246 101 0 -
CMYK 0 0.59 1 0.04
HSL 24.63º 1% 0.48% -
HSV(B) 24.63º 1% 0.96% -
XYZ 42.66 28.9 3.33 -
YUV 132.84 53.04 208.71 -
System Red Green Blue C M Y K H S L
Decimal 246 101 0 0 0.59 1 0.04 24.63 1 0.48
Hex F6 65 0 0 3B 64 4 19 64 30
Octal 366 145 0 0 73 144 4 31 144 60
Binary 11110110 1100101 0 0 111011 1100100 100 11001 1100100 110000

Color Harmonies of #F66500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66500

Black with #F66500

Text Example


Text Example

White with #F66500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66500; }

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

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

background-color css

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

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

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

border-color css

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

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

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