Html Css Color HEX #F6660B Safety Orange

📋 copy color: '#F6660B'

red 246 ◦ green 102 ◦ blue 11

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

Shades of Safety Orange #F6660B

Tints of Safety Orange #F6660B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 68.52%
G = 28.41%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6660B (or 0xF6660B) is known color: Safety Orange. HEX triplet: F6, 66 and 0B. RGB value is (246,102,11). Sum of RGB (Red+Green+Blue) = 246+102+11=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F6660B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6660B is #0999F4. Grayscale: #878787. Windows color (decimal): -629237 or 747254. OLE color: 747254.

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

Color convert

RGB 246 102 11 -
CMYK 0 0.59 0.96 0.04
HSL 23.23º 0.93% 0.5% -
HSV(B) 23.23º 0.96% 0.96% -
XYZ 42.82 29.12 3.68 -
YUV 134.68 58.21 207.4 -
System Red Green Blue C M Y K H S L
Decimal 246 102 11 0 0.59 0.96 0.04 23.23 0.93 0.5
Hex F6 66 B 0 3B 60 4 17 5D 32
Octal 366 146 13 0 73 140 4 27 135 62
Binary 11110110 1100110 1011 0 111011 1100000 100 10111 1011101 110010

Color Harmonies of #F6660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6660B

Black with #F6660B

Text Example


Text Example

White with #F6660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6660B; }

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

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

background-color css

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

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

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

border-color css

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

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

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