Html Css Color HEX #F66600 Safety Orange

📋 copy color: '#F66600'

red 246 ◦ green 102 ◦ blue 0

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

Shades of Safety Orange #F66600

Tints of Safety Orange #F66600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.31%

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

R = 70.69%
G = 29.31%
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

#F66600 (or 0xF66600) is known color: Safety Orange. HEX triplet: F6, 66 and 00. RGB value is (246,102,0). Sum of RGB (Red+Green+Blue) = 246+102+0=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F66600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66600 is #0999FF. Grayscale: #858585. Windows color (decimal): -629248 or 26358. OLE color: 26358.

HSL color Cylindrical-coordinate representation of color #F66600: hue angle of 24.88º 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 #F66600 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 102 0 -
CMYK 0 0.59 1 0.04
HSL 24.88º 1% 0.48% -
HSV(B) 24.88º 1% 0.96% -
XYZ 42.76 29.1 3.36 -
YUV 133.43 52.71 208.29 -
System Red Green Blue C M Y K H S L
Decimal 246 102 0 0 0.59 1 0.04 24.88 1 0.48
Hex F6 66 0 0 3B 64 4 19 64 30
Octal 366 146 0 0 73 144 4 31 144 60
Binary 11110110 1100110 0 0 111011 1100100 100 11001 1100100 110000

Color Harmonies of #F66600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66600

Black with #F66600

Text Example


Text Example

White with #F66600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66600; }

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

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

background-color css

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

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

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

border-color css

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

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

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