Html Css Color HEX #FF660E Safety Orange

📋 copy color: '#FF660E'

red 255 ◦ green 102 ◦ blue 14

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

Shades of Safety Orange #FF660E

Tints of Safety Orange #FF660E

RGB

 RED value IS 255 (100% from 255) = 68.73%

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

 BLUE value IS 14 (5.86% from 255) = 3.77%

R = 68.73%
G = 27.49%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF660E (or 0xFF660E) is known color: Safety Orange. HEX triplet: FF, 66 and 0E. RGB value is (255,102,14). Sum of RGB (Red+Green+Blue) = 255+102+14=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF660E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF660E is #0099F1. Grayscale: #8A8A8A. Windows color (decimal): -39410 or 943871. OLE color: 943871.

HSL color Cylindrical-coordinate representation of color #FF660E: hue angle of 21.91º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF660E is Cyan = 0, Magento = 0.6, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 102 14 -
CMYK 0 0.6 0.95 0
HSL 21.91º 1% 0.53% -
HSV(B) 21.91º 0.95% 1% -
XYZ 46.07 30.79 3.93 -
YUV 137.72 58.19 211.66 -
System Red Green Blue C M Y K H S L
Decimal 255 102 14 0 0.6 0.95 0 21.91 1 0.53
Hex FF 66 E 0 3C 5F 0 16 64 35
Octal 377 146 16 0 74 137 0 26 144 65
Binary 11111111 1100110 1110 0 111100 1011111 0 10110 1100100 110101

Color Harmonies of #FF660E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF660E

Black with #FF660E

Text Example


Text Example

White with #FF660E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF660E; }

 p { color: rgb(255,102,14); }

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

background-color css

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

 a { background-color: rgb(255,102,14); }

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

border-color css

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

 span { border-color: rgb(255,102,14); }

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